summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-05-07 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-05-07 08:00:00 +0000
commit60848f9ce7ce7b21d0aa7f92c6a3f001352d5952 (patch)
tree8db459920abd36dbf857de59b24df63374548189 /NEWS
parent908111b7d091ee0defddd619b2dc352d37656407 (diff)
downloadstrace-60848f9ce7ce7b21d0aa7f92c6a3f001352d5952.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:]]' src tests |grep -v '\.sh$') |while read f; do cppi < "$f" > "$f".cppi; mv "$f".cppi "$f" done
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions