Commit af29dcba authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

I check the code right now and while() and if() are in majority over while ()

and if () so the rule is from now on => no space before the parenthesis.
parent b9a7f4e5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -102,6 +102,8 @@
 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