From: Daniel Stenberg Date: Mon, 5 Nov 2007 09:31:30 +0000 (+0000) Subject: I check the code right now and while() and if() are in majority over while () X-Git-Tag: curl-7_18_0~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af29dcbafb8103472f92fb61fd95d4179730fcd8;p=thirdparty%2Fcurl.git 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. --- diff --git a/docs/CONTRIBUTE b/docs/CONTRIBUTE index a569a6e62f..94e9a6cd47 100644 --- a/docs/CONTRIBUTE +++ b/docs/CONTRIBUTE @@ -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