summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2019-03-18 02:40:16 +0000
committerDmitry V. Levin <ldv@altlinux.org>2019-03-18 02:40:16 +0000
commite84debd3c00ee2d7969e0704759f356bf7839c4a (patch)
treeab01c491a6f813fabe59547757d38a718712a439 /m4
parentc256b45ddf511b329bf4b63939cf872b38810cb4 (diff)
downloadstrace-e84debd3c00ee2d7969e0704759f356bf7839c4a.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 'm4')
0 files changed, 0 insertions, 0 deletions