blob: 3a679fb9af7879787c29d4137a69199b9f9e9297 [file] [log] [blame]
missing-space-after-switch.cpp:5:11: warning: missing space after 'switch' keyword
switch(aArgument) {
----------^
missing-space-after-switch.cpp:24:11: warning: missing space after 'switch' keyword
switch(aArgument)
----------^
missing-space-after-switch.cpp:44:11: warning: missing space after 'switch' keyword
switch(aArgument) { case 0: describe("The value is zero"); break;
----------^