This rule is Obsolete | |
Synopsis: | Do use spaces after punctuation marks and do not use spaces before punctuation marks |
Language: | C++ |
Severity Level: | 10 |
Category: | Style |
Description: |
This gives a uniform appearance to the code. Examples: for (nCount = 0; nCount < 5; nCount++) Foo(nParam, sParam, fParam); |