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.
This commit is contained in:
parent
b9a7f4e502
commit
af29dcbafb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user