mirror of
https://github.com/curl/curl.git
synced 2026-04-25 12:02:12 +03:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue