Skip to content

Commit

Permalink
Makefile: fix option for recent astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Feb 18, 2017
1 parent e8d44f1 commit f184407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f184407

Please sign in to comment.