summaryrefslogtreecommitdiff
path: root/scripts/codingstyle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/codingstyle.sh')
-rw-r--r--scripts/codingstyle.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/codingstyle.sh b/scripts/codingstyle.sh
index d13e84c0..c171ea18 100644
--- a/scripts/codingstyle.sh
+++ b/scripts/codingstyle.sh
@@ -34,9 +34,9 @@ astyle \
--indent=spaces=4 \
--brackets=break \
--indent-labels \
---pad=oper \
---unpad=paren \
---one-line=keep-statements \
+--pad-oper \
+--unpad-paren \
+--keep-one-line-statements \
--convert-tabs \
--indent-preprocessor \
`find -type f -name '*.cpp'` `find -type f -name '*.h'`