]> granicus.if.org Git - curl/commitdiff
I check the code right now and while() and if() are in majority over while ()
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Nov 2007 09:31:30 +0000 (09:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Nov 2007 09:31:30 +0000 (09:31 +0000)
and if () so the rule is from now on => no space before the parenthesis.

docs/CONTRIBUTE

index a569a6e62f2c27bcf27a05bea55ffd4a4ee3bcb0..94e9a6cd47ac231372a5698b7ab805b7f37414e6 100644 (file)
  using spaces only (no tabs) and having the opening brace ({) on the same line
  as the if() or while().
 
+ Also note that we use if() and while() with no space before the parenthesis.
+
 2.3 Commenting
 
  Comment your source code extensively using C comments (/* comment */), DO NOT