From f184407cc57b5cbb8429da39cef640114efd2d60 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 18 Feb 2017 13:05:45 +0100 Subject: [PATCH] Makefile: fix option for recent astyle --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 413b6de..6bd9f4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: