From 82167d2422a4b6e3071dca68cf65a66e1da41ab4 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 17 Jul 2011 16:46:24 +0200 Subject: A round of the "new" astyle 2.01... --- scripts/codingstyle.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/codingstyle.sh') 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'` -- cgit v1.2.1