diff --git a/docs/CONTRIBUTE b/docs/CONTRIBUTE index a569a6e62f2c27bcf27a05bea55ffd4a4ee3bcb0..94e9a6cd47ac231372a5698b7ab805b7f37414e6 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