Skip to main content

Bug Tracker

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]

Attachments (0)
Change History (4)

Changed October 26, 2011 06:42PM UTC by anonymous comment:1

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

Changed October 26, 2011 06:54PM UTC by rwaldron comment:2

component: unfiledmisc
owner: → rwaldron
priority: undecidedlow
status: newassigned

Changed October 26, 2011 06:59PM UTC by rwaldron comment:3

Changed October 26, 2011 11:50PM UTC by Julian Aubourg comment:4

resolution: → fixed
status: assignedclosed

Merge pull request #564 from rwldrn/10586

Core styleguide cleanup. Fixes #10586

Changeset: c2da514bce84fcd452d5aefa38876a9c8675d8c1