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: upstream/7.37.1~8452 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af29dcbafb8103472f92fb61fd95d4179730fcd8;p=platform%2Fupstream%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 a569a6e..94e9a6c 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