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.
Summary: check-webkit-style error for spaces after periods in a comment has a bad erro...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: David Levin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-27 18:13 PDT by David Levin
Modified: 2011-04-27 18:49 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.61 KB, patch)
2011-04-27 18:14 PDT, David Levin
abarth: review+
abarth: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 2011-04-27 18:13:47 PDT
check-webkit-style error for spaces after periods in a comment has a bad error message and warns about end of line spaces.
Comment 1 David Levin 2011-04-27 18:14:59 PDT
Created attachment 91393 [details]
Patch
Comment 2 Adam Barth 2011-04-27 18:38:42 PDT
Comment on attachment 91393 [details]
Patch

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
Comment 3 David Levin 2011-04-27 18:49:33 PDT
Committed as http://trac.webkit.org/changeset/85137.