[Webkit-unassigned] [Bug 27508] New: Add checks for switch statement indentation to cpplint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 21 11:54:23 PDT 2009


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

           Summary: Add checks for switch statement indentation to cpplint
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jpetso at gmx.at



Jakob Petsovits <jpetso at gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33196|                            |review?
               Flag|                            |


Created an attachment (id=33196)
 --> (https://bugs.webkit.org/attachment.cgi?id=33196)
Add checks for switch statement indentation to cpplint

Switch statements have strong similarities to namespaces when it comes to
indentation, so I stole from my previous patch
(https://bugs.webkit.org/show_bug.cgi?id=27461) and adapted some parts to
implement style guideline #5 from http://webkit.org/coding/coding-style.html to
cpplint. Looking for a motivated reviewer, hope you like it!

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