Skip to content
Snippets Groups Projects
Commit af29dcba authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent b9a7f4e5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment