[Webkit-unassigned] [Bug 27610] Add check for line-breaking rule #3 to cpplint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 23 12:18:16 PDT 2009


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





--- Comment #3 from Adam Treat <treat at kde.org>  2009-07-23 12:18:16 PDT ---
Also, I think your algorithm will fail for following example:

    if (condition) {
        foo();
        return m_foo
                   && m_bar
                   && m_baz;
    } else if (condition2)
        bar();

Am I right?

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