Opened 11 years ago
Closed 11 years ago
#10586 closed bug (fixed)
Stylistic consistencies
Reported by: | anonymous | Owned by: | Rick Waldron |
---|---|---|---|
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]
Change History (4)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Component: | unfiled → misc |
---|---|
Owner: | set to Rick Waldron |
Priority: | undecided → low |
Status: | new → assigned |
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Merge pull request #564 from rwldrn/10586
Core styleguide cleanup. Fixes #10586
Changeset: c2da514bce84fcd452d5aefa38876a9c8675d8c1
Note: See
TracTickets for help on using
tickets.
The same goes for "for" statements. The code is inconsistent about "for (" or "for(".