Summary: | [check-webkit-style] whitespace/declaration false positive. | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Leandro Pereira <leandro> | ||||||||
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Enhancement | CC: | cjerdonek, commit-queue, eric, hamaji, levin, webkit.review.bot | ||||||||
Priority: | P2 | ||||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | All | ||||||||||
OS: | All | ||||||||||
Attachments: |
|
Description
Leandro Pereira
2010-02-22 05:31:07 PST
Created attachment 49204 [details]
Proposed patch
Attachment 49204 [details] did not pass style-queue:
Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
WebKitTools/ChangeLog:8: Line contains tab character. [whitespace/tab] [5]
Total errors found: 1 in 2 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 49205 [details]
Proposed patch
Fixed style (removed stray tab from ChangeLog).
Comment on attachment 49205 [details]
Proposed patch
Needs a unit test. Otherwise this looks good.
r- for lack of test.
Created attachment 49281 [details]
Proposed patch, with requested test case
Comment on attachment 49281 [details]
Proposed patch, with requested test case
Looks good. Thanks for the fix!
Comment on attachment 49281 [details] Proposed patch, with requested test case Clearing flags on attachment: 49281 Committed r55151: <http://trac.webkit.org/changeset/55151> All reviewed patches have been landed. Closing bug. |