diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2019-09-24 21:35:26 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2019-09-25 01:02:03 +0000 |
commit | 89341445ad72d8fb40564fd87eb5d6cbc5aceaae (patch) | |
tree | 1bb4709e793bd593cdd39c131cb43e3ae72c1245 /tests/getresuid.c | |
parent | 94d12a458c8dac8c8bb5174e36d7563793fea0e5 (diff) | |
download | strace-89341445ad72d8fb40564fd87eb5d6cbc5aceaae.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 'tests/getresuid.c')
0 files changed, 0 insertions, 0 deletions