]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix warnings from uncrustify
authorAnders Björklund <anders@itension.se>
Mon, 28 Mar 2016 16:43:02 +0000 (18:43 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 30 Mar 2016 19:38:00 +0000 (21:38 +0200)
test/main.c
uncrustify.cfg

index 15943cf53c42c2b68d266b89e50e2055c912fdd1..75d641f72a85ae8bc81156be8c78be22b9ae0be4 100644 (file)
 #include "getopt_long.h"
 #endif
 
+/* *INDENT-OFF* disable uncrustify */
 #define SUITE(name) unsigned suite_ ## name(unsigned);
 #include "test/suites.h"
 #undef SUITE
+/* *INDENT-ON* enable uncrustify */
 
 const char USAGE_TEXT[] =
   "Usage:\n"
index 3c3cc55fed5d8e431765c3e2b3bd0999b4c2abc6..5c61962067cecee8739b78c9f9cc09067a62f5df 100644 (file)
@@ -1225,7 +1225,7 @@ mod_full_brace_if                        = add   # ignore/add/remove/force
 
 # Make all if/elseif/else statements in a chain be braced or not. Overrides mod_full_brace_if.
 # If any must be braced, they are all braced.  If all can be unbraced, then the braces are removed.
-mod_full_brace_if_chain                  = add    # false/true
+mod_full_brace_if_chain                  = false    # false/true
 
 # Don't remove braces around statements that span N newlines
 mod_full_brace_nl                        = 0        # number