[Webkit-unassigned] [Bug 30362] check-webkit-style is wrong about indent checking in namespaces in header files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 11:15:12 PDT 2009


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41291|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #8 from David Levin <levin at chromium.org>  2009-10-16 11:15:11 PDT ---
(From update of attachment 41291)

> Index: WebKitTools/Scripts/modules/cpp_style.py
> +    if current_indentation_level > 0:
> +        error(filename, line_number, 'whitespace/indent', 4,
> +                          'namespace should never be indented.')

The indentation is off here.

I'll fix this on landing.

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