NEW 93341
check-webkit-style doesn't understand do .. while loops
https://bugs.webkit.org/show_bug.cgi?id=93341
Summary check-webkit-style doesn't understand do .. while loops
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.