RESOLVED LATER 113166
[Enhancement]: check-webkit-style should detect extra spaces after statement end(;)
https://bugs.webkit.org/show_bug.cgi?id=113166
Summary [Enhancement]: check-webkit-style should detect extra spaces after statement ...
Praveen Jadhav
Reported 2013-03-24 19:25:15 PDT
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
Note You need to log in before you can comment on or make changes to this bug.