Makefile: fix option for recent astyle

This commit is contained in:
Philippe Teuwen 2017-02-18 13:05:45 +01:00
parent e8d44f1ee8
commit f184407cc5

View file

@ -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: