[webkit-reviews] review granted: [Bug 130570] Stylechecker: False positive on inline asm code. : [Attachment 228939] patch fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 9 02:29:53 PDT 2014


Csaba Osztrogonác <ossy at webkit.org> has granted Gergő Balogh
<gbalogh.u-szeged at partner.samsung.com>'s request for review:
Bug 130570: Stylechecker: False positive on inline asm code.
https://bugs.webkit.org/show_bug.cgi?id=130570

Attachment 228939: patch fix
https://bugs.webkit.org/attachment.cgi?id=228939&action=review

------- Additional Comments from Csaba Osztrogonác <ossy at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=228939&action=review


r=me

> Tools/Scripts/webkitpy/style/checkers/cpp.py:3653
> +    if asm_state.is_in_asm():  # Ignore further checks because asm blocks
formated differently.

typo: formated -> formatted


More information about the webkit-reviews mailing list