Bug 93341

Summary: check-webkit-style doesn't understand do .. while loops
Product: WebKit Reporter: Shane Stephens <shanestephens>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Shane Stephens
Reported 2012-08-06 23:54:42 PDT
this: do // something while (/* test */); is currently flagged by this: Semicolon defining empty statement for this loop. Use { } instead. [whitespace/semicolon] [5]
Attachments
Note You need to log in before you can comment on or make changes to this bug.