[Webkit-unassigned] [Bug 40724] New: Check for extra spacing on a variable declaration line.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 11:20:37 PDT 2010


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

           Summary: Check for extra spacing on a variable declaration
                    line.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: smagnuson at netflix.com


I've been bitten before by having:

struct {
   int     a;
   int     b;
}

As my previous guidelines had me working that way. I've had reviews ask that I fix this, and it would have been great to have check-webkit-style flag this for me to prevent wasting reviewer time.

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