Bug 33925 - [check-webkit-style] False positive when the very first line after namespace open brace is modified in a header file
Summary: [check-webkit-style] False positive when the very first line after namespace ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-20 16:29 PST by Dmitry Titov
Modified: 2010-01-20 16:29 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Titov 2010-01-20 16:29:54 PST
This triggers "Code inside a namespace should not be indented.  [whitespace/indent] [4]", even though the bulk of the file was not touched and conforms to the 'old style' of indenting the content of the namespace.

I think we should not require the change of the whole header file indent if only a tiny change is made to it. 

See style bot complaining in bug 22725 for the example.