[webkit-reviews] review granted: [Bug 59663] check-webkit-style error for spaces after periods in a comment has a bad error message and warns about end of line spaces. : [Attachment 91393] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 18:38:42 PDT 2011


Adam Barth <abarth at webkit.org> has granted David Levin <levin at chromium.org>'s
request for review:
Bug 59663: check-webkit-style error for spaces after periods in a comment has a
bad error message and warns about end of line spaces.
https://bugs.webkit.org/show_bug.cgi?id=59663

Attachment 91393: Patch
https://bugs.webkit.org/attachment.cgi?id=91393&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=91393&action=review

> Tools/Scripts/webkitpy/style/checkers/cpp.py:1761
> -			 'Should only a single space after a punctuation in a
comment.')
> +			 'Should only have a single space after a punctuation
in a comment.')

Should only have => Should have only


More information about the webkit-reviews mailing list