Bug 113166

Summary: [Enhancement]: check-webkit-style should detect extra spaces after statement end(;)
Product: WebKit Reporter: Praveen Jadhav <praveen.j>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED LATER    
Severity: Enhancement    
Priority: P5    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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.