[webkit-reviews] review requested: [Bug 27508] Add checks for switch statement indentation to cpplint : [Attachment 33196] 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


Jakob Petsovits <jpetso at gmx.at> has asked  for review:
Bug 27508: Add checks for switch statement indentation to cpplint
https://bugs.webkit.org/show_bug.cgi?id=27508

Attachment 33196: Add checks for switch statement indentation to cpplint
https://bugs.webkit.org/attachment.cgi?id=33196&action=review

------- Additional Comments from Jakob Petsovits <jpetso at gmx.at>
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!


More information about the webkit-reviews mailing list