Side navigation
#10586 closed bug (fixed)
Opened October 26, 2011 06:40PM UTC
Closed October 26, 2011 11:50PM UTC
Stylistic consistencies
Reported by: | anonymous | Owned by: | rwaldron |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | misc | Version: | 1.7rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Most of 1.7rc1 has "if" statements with a space after the 'if':
if ( BLA )
There are three instances of
if( BLA )
[notice the space missing]
The same goes for "for" statements. The code is inconsistent about "for (" or "for(".