From 630f2e4ab41c1deb1b60d4b7f49e24f3aeae0940 Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Wed, 10 Sep 2014 17:55:02 +0200 Subject: [PATCH] update code style, pointer to type --- fix_code_style.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix_code_style.sh b/fix_code_style.sh index ecc279ad35..8fe8b5c33d 100755 --- a/fix_code_style.sh +++ b/fix_code_style.sh @@ -10,7 +10,7 @@ astyle \ --unpad-paren \ --keep-one-line-blocks \ --keep-one-line-statements \ - --align-pointer=name \ + --align-pointer=type \ --suffix=none \ --lineend=linux \ --add-brackets \