[Webkit-unassigned] [Bug 47755] New: Style checker should allow indentation inside namespace for forward declarations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 15 16:50:31 PDT 2010


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

           Summary: Style checker should allow indentation inside
                    namespace for forward declarations
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: darin at apple.com


Header files that have this:

namespace WebCore {
    class Node;
}

Should be allowed. The “no indentation inside namespace” rule should apply only to the main body of the header file, not the forward declarations.

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