diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-20 10:47:12 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-20 10:47:12 +0200 |
commit | f4ca431a472ee353c6b3c5302bc714e3911efaee (patch) | |
tree | 62a6912a292c62ad7bf0e06dff7ff7076b77a0d9 | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-f4ca431a472ee353c6b3c5302bc714e3911efaee.tar.xz |
Right astyle options
-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 \ |