Bug 47755
| Summary: | Style checker should allow indentation inside namespace for forward declarations | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Adler <darin> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | tonyg |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Darin Adler
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Tony Gentilcore
*** This bug has been marked as a duplicate of bug 36760 ***