[check-webkit-style] False positive when the very first line after namespace open brace is modified in a header file
https://bugs.webkit.org/show_bug.cgi?id=33925
Summary [check-webkit-style] False positive when the very first line after namespace ...
Dmitry Titov
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.