mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-05-26 23:26:18 +00:00
Makefile: fix option for recent astyle
This commit is contained in:
@@ -34,7 +34,7 @@ style:
|
|||||||
find . -name "*.[ch]" -exec astyle --formatted --mode=c --suffix=none \
|
find . -name "*.[ch]" -exec astyle --formatted --mode=c --suffix=none \
|
||||||
--indent=spaces=2 --indent-switches --indent-preprocessor \
|
--indent=spaces=2 --indent-switches --indent-preprocessor \
|
||||||
--keep-one-line-blocks --max-instatement-indent=60 \
|
--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 {} \;
|
--align-pointer=name {} \;
|
||||||
|
|
||||||
cppcheck:
|
cppcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user