strace/linux/powerpc
Dmitry V. Levin d6c71dd061 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
2018-12-30 15:35:21 +00:00
..
arch_defs_.h Add copyright headers to some files that lack them 2018-12-24 23:46:43 +00:00
arch_regs.c Add copyright headers to some files that lack them 2018-12-24 23:46:43 +00:00
arch_rt_sigframe.c Fix preprocessor indentation 2018-12-30 15:35:21 +00:00
arch_sigreturn.c Add copyright headers to some files that lack them 2018-12-24 23:46:43 +00:00
errnoent.h Add copyright headers to some files that lack them 2018-12-24 23:46:43 +00:00
get_error.c Add copyright headers to some files that lack them 2018-12-24 23:46:43 +00:00
get_scno.c Add copyright headers to some files that lack them 2018-12-24 23:46:43 +00:00
get_syscall_args.c Add copyright headers to some files that lack them 2018-12-24 23:46:43 +00:00
getregs_old.c Add copyright headers to some files that lack them 2018-12-24 23:46:43 +00:00
getregs_old.h syscall.c: refactor getregs_old fallback in get_regs 2016-11-13 11:16:15 +00:00
ioctls_arch0.h Update ioctl entries from linux v4.20 2018-12-26 18:25:10 +00:00
ioctls_inc0.h ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
raw_syscall.h Fix preprocessor indentation 2018-12-30 15:35:21 +00:00
set_error.c Add copyright headers to some files that lack them 2018-12-24 23:46:43 +00:00
set_scno.c Add copyright headers to some files that lack them 2018-12-24 23:46:43 +00:00
syscallent.h Change the license of strace to LGPL-2.1-or-later 2018-12-10 00:00:00 +00:00
userent.h Add copyright headers to some files that lack them 2018-12-24 23:46:43 +00:00