enforce space between function name and opening paren, at default level of check-style.py
authorTom Henderson <tomh@tomh.org>
Sun, 22 May 2011 23:17:41 -0700
changeset 7255 193b2ac517a0
parent 7254 feab45c3c6c6
child 7256 b04ba6772f8c
enforce space between function name and opening paren, at default level of check-style.py
utils/check-style.py
--- a/utils/check-style.py	Sun May 22 23:14:56 2011 -0700
+++ b/utils/check-style.py	Sun May 22 23:17:41 2011 -0700
@@ -77,9 +77,6 @@
 """
     level1 = """
 # extra spaces here and there
-sp_func_proto_paren=Add
-sp_func_def_paren=Add
-sp_func_call_paren=Add
 sp_brace_typedef=Add
 sp_enum_assign=Add
 sp_before_sparen=Add
@@ -93,6 +90,9 @@
 sp_angle_paren=Add
 """
     level0 = """
+sp_func_proto_paren=Add
+sp_func_def_paren=Add
+sp_func_call_paren=Add
 sp_after_semi_for=Ignore
 sp_before_sparen=Ignore
 sp_type_func=Ignore