[Webkit-unassigned] [Bug 58792] check-webkit-style should warn about { being on the same line as an if

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 19:06:12 PDT 2011


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





--- Comment #4 from David Levin <levin at chromium.org>  2011-04-20 19:06:12 PST ---
(In reply to comment #3)
> Sure I can take a crack at this tomorrow. should we do the same for function blocks, and loops?

Everything except functions. (Not sure I think it may warn already about classes.)

WebKit style is to put the { at the end of line except for the opening brace for function/methods. (We have a style error for the function/method case).

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