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 a569a6e..94e9a6c 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