[Webkit-unassigned] [Bug 173859] Style checker confused about single line control clauses with 'return { }; '

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 27 09:57:36 PDT 2017


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

--- Comment #1 from John Wilander <wilander at apple.com> ---
I found out why it was complaining. Xcode had indented eight characters, like so:

    if (sorted.size() < minimum)
        return { };
        // Eight space chars here confuses the checker.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170627/15f1ec1d/attachment.html>


More information about the webkit-unassigned mailing list