[Webkit-unassigned] [Bug 44714] webkit-check-style should check for empty for loops
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 15 23:27:13 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=44714
Gergő Balogh <geryxyz at inf.u-szeged.hu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |geryxyz at inf.u-szeged.hu
--- Comment #2 from Gergő Balogh <geryxyz at inf.u-szeged.hu> 2013-12-15 23:25:21 PST ---
(In reply to comment #0)
> to ensure that this style is followed
>
> for ( ; current; current = current->next) { }
(In reply to comment #1)
> Hi,
>
> Is this still valid? A checked it and the check-webkit-style accepts the following styles too:
>
> for ( ; current; current = current->next) {
> }
>
> for ( ; current; current = current->next)
> { }
>
> Is this really a deficiency?
ping!
I checked all 3 variation. neither of they produce any style-checker error.
--
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