Bug Tracker

Modify

Ticket #10586 (closed bug: fixed)

Opened 19 months ago

Last modified 19 months ago

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:1 Changed 19 months ago by anonymous

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

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.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.