This commit is contained in:
Valery Febvre 2004-08-05 00:15:21 +00:00
parent 73ff9b07dd
commit 12c0f0c478
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ Coding Style
}
- Put SPACES before the opening round bracket and after the closing round
bracket. One more time, it improves the readability of the code.
bracket with ``if``, ``for``, ``switch``, ``while``, etc. One more time,
it improves the readability of the code.
Examples:
BAD: