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:
Daniel Stenberg 2007-11-05 09:31:30 +00:00
Родитель b9a7f4e502
Коммит af29dcbafb
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -102,6 +102,8 @@
using spaces only (no tabs) and having the opening brace ({) on the same line using spaces only (no tabs) and having the opening brace ({) on the same line
as the if() or while(). as the if() or while().
Also note that we use if() and while() with no space before the parenthesis.
2.3 Commenting 2.3 Commenting
Comment your source code extensively using C comments (/* comment */), DO NOT Comment your source code extensively using C comments (/* comment */), DO NOT