Modify ↓
Ticket #10586 (closed bug: fixed)
Stylistic consistencies
| Reported by: | anonymous | Owned by: | rwaldron |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | misc | Version: | 1.7rc1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 19 months ago by rwaldron
- Owner set to rwaldron
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to misc
comment:4 Changed 19 months ago by Julian Aubourg
- Status changed from assigned to closed
- Resolution set to fixed
Merge pull request #564 from rwldrn/10586
Core styleguide cleanup. Fixes #10586
Changeset: c2da514bce84fcd452d5aefa38876a9c8675d8c1
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

The same goes for "for" statements. The code is inconsistent about "for (" or "for(".