aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-11-05 09:31:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-11-05 09:31:30 +0000
commitaf29dcbafb8103472f92fb61fd95d4179730fcd8 (patch)
treefee9a37886b117dc3a830015d6c61efe0dd60603
parentb9a7f4e502b1e00c0ed3f1832cc7676095dc11f0 (diff)
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.
-rw-r--r--docs/CONTRIBUTE2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CONTRIBUTE b/docs/CONTRIBUTE
index a569a6e62..94e9a6cd4 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