diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/codingstyle.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/codingstyle.sh b/scripts/codingstyle.sh index 6488e077..5285c22c 100644 --- a/scripts/codingstyle.sh +++ b/scripts/codingstyle.sh @@ -35,6 +35,7 @@ astyle \ --style=allman \ --indent-labels \ --pad-oper \ +--pad-header \ --unpad-paren \ --keep-one-line-statements \ --convert-tabs \ |