[Webkit-unassigned] [Bug 232073] New: Coding style for inner namespaces is should be simplified to not indented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 21 03:08:51 PDT 2021


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

            Bug ID: 232073
           Summary: Coding style for inner namespaces is should be
                    simplified to not indented
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kkinnunen at apple.com

Coding style for inner namespaces is should be simplified to not indented

https://webkit.org/code-style-guidelines/ says code in inner namespaces should be indented.

Code in inner namespaces are not indented by large.

It is mostly simpler to not indent them.


Poor-mans check:
git grep -3 "namespace [^W].* {" --  "Source/WebKit/*.cpp"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211021/4ba233b3/attachment.htm>


More information about the webkit-unassigned mailing list