Makefile: fix option for recent astyle
This commit is contained in:
parent
e8d44f1ee8
commit
f184407cc5
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ style:
|
|||
find . -name "*.[ch]" -exec astyle --formatted --mode=c --suffix=none \
|
||||
--indent=spaces=2 --indent-switches --indent-preprocessor \
|
||||
--keep-one-line-blocks --max-instatement-indent=60 \
|
||||
--brackets=linux --pad-oper --unpad-paren --pad-header \
|
||||
--style=linux --pad-oper --unpad-paren --pad-header \
|
||||
--align-pointer=name {} \;
|
||||
|
||||
cppcheck:
|
||||
|
|
Loading…
Reference in a new issue