Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / nlfaultinjection / repo / third_party / cstyle / repo / tests / missing-space-after-switch.cmp
1 missing-space-after-switch.cpp:5:11: warning: missing space after 'switch' keyword
2     switch(aArgument) {
3 ----------^
4 missing-space-after-switch.cpp:24:11: warning: missing space after 'switch' keyword
5     switch(aArgument)
6 ----------^
7 missing-space-after-switch.cpp:44:11: warning: missing space after 'switch' keyword
8     switch(aArgument) { case 0: describe("The value is zero"); break;
9 ----------^