# HG changeset patch # User Andre Heinecke # Date 1407937908 -7200 # Node ID 1dc1f5a4b577e0e4d27e7f4734c3dc1ea36f2d19 # Parent 698b6a9bd75e499fd667848d374260f228815956 Clarify astyle command. We do not space the parenthises diff -r 698b6a9bd75e -r 1dc1f5a4b577 HACKING --- a/HACKING Wed Aug 13 15:49:47 2014 +0200 +++ b/HACKING Wed Aug 13 15:51:48 2014 +0200 @@ -1,7 +1,7 @@ Please keep C code according to GNU coding standards. With regards to the style: - astyle --style=gnu --indent=spaces=2 --pad-paren-out + astyle --style=gnu --indent=spaces=2 For the C++ Ui code please use the kdelibs coding style astyle --indent=spaces=4 --brackets=linux \