Bug 33925

Summary: [check-webkit-style] False positive when the very first line after namespace open brace is modified in a header file
Product: WebKit Reporter: Dmitry Titov <dimich>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: eric, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

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.