From af29dcbafb8103472f92fb61fd95d4179730fcd8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Nov 2007 09:31:30 +0000 Subject: [PATCH] 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. --- docs/CONTRIBUTE | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4