[Webkit-unassigned] [Bug 113166] New: [Enhancement]: check-webkit-style should detect extra spaces after statement end(; )

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 24 19:22:47 PDT 2013


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

           Summary: [Enhancement]: check-webkit-style should detect extra
                    spaces after statement end(;)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P5
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: praveen.j at samsung.com


Currently, check-webkit-style doesn't detect extra spaces/tabs after the end of a program statement(;) or in a newline.

     eg: int i = 0;     

The above statement has extra spaces after ';'. This should be detected by check-webkit-style

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