[Webkit-unassigned] [Bug 27499] New: Coding style - Clarify some cases with spacing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 21 07:40:39 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27499

           Summary: Coding style - Clarify some cases with spacing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: WebKit Website
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luciano.wolf at openbossa.org
                CC: kenneth.christiansen at openbossa.org


Clarify the case where there is spacing before a comma/semicolon in a control
condition and in functions.

I would like for it to be clear if the following is wrong or right according to
the coding style.

for (int i = 0 ; i < 10 ; i++)
    doSomething();


// Qt's foreach
foreach (QString &item , items)
    doSomething();

f(a , b);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list