[Webkit-unassigned] [Bug 78238] New: Style-checker doesn't complain about a style violation in a for statement without any initialization

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 9 07:33:08 PST 2012


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

           Summary: Style-checker doesn't complain about a style violation
                    in a for statement without any initialization
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: levin at chromium.org


Seen on bug 78027, the following statement passed the style queue and should not have:

for (;child && child->isTableCol(); child = child->nextCol())

Note that the first semi-colon should have a space after per our guidelines.

-- 
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