strace/linux/bfin
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
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
get_syscall_result.c Add copyright headers to some files that lack them 2018-12-24 23:46:43 +00:00
ioctls_arch0.h ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +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
rt_sigframe.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