summaryrefslogtreecommitdiff
path: root/get_personality.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2018-12-30 15:35:21 +0000
committerDmitry V. Levin <ldv@altlinux.org>2018-12-30 15:35:21 +0000
commitd6c71dd0611e7e337edaf36c35ad51a90f404b14 (patch)
treef07993776311a1494d7dc339cf94d5a4c8dc5b82 /get_personality.h
parent51bd6db1ef017e44e878c62d4ea264f65106cb66 (diff)
downloadstrace-d6c71dd0611e7e337edaf36c35ad51a90f404b14.tar.gz
Fix preprocessor indentation
Indent the C preprocessor directives to reflect their nesting using the following script: $ cppi -l $(git grep -El '^[[:space:]]*#[[:space:]]*(if|ifdef|ifndef|elif|else|endif|define|pragma)[[:space:]]' |grep -v '\.sh$') |while read f; do cppi < "$f" > "$f".cppi; mv "$f".cppi "$f" done
Diffstat (limited to 'get_personality.h')
-rw-r--r--get_personality.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/get_personality.h b/get_personality.h
index 7571e43da..ab0181544 100644
--- a/get_personality.h
+++ b/get_personality.h
@@ -6,9 +6,9 @@
*/
#ifndef STRACE_GET_PERSONALITY_H
-#define STRACE_GET_PERSONALITY_H
+# define STRACE_GET_PERSONALITY_H
-#include "ptrace.h"
+# include "ptrace.h"
extern int
get_personality_from_syscall_info(const struct ptrace_syscall_info *);