Bug 113166
Summary: | [Enhancement]: check-webkit-style should detect extra spaces after statement end(;) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Praveen Jadhav <praveen.j> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED LATER | ||
Severity: | Enhancement | ||
Priority: | P5 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Praveen Jadhav
Currently, check-webkit-style doesn't detect extra spaces/tabs after the end of a program statement(;) or in a newline.
eg: int i = 0;
The above statement has extra spaces after ';'. This should be detected by check-webkit-style
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |