Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / nlfaultinjection / repo / third_party / cstyle / repo / tests / missing-space-after-semicolon.cmp
1 missing-space-after-semicolon.cpp:3:44: warning: missing space after semicolon
2 namespace a { namespace b { namespace c { };};};
3 -------------------------------------------^
4 missing-space-after-semicolon.cpp:11:19: warning: missing space after semicolon
5     for (int i = 0;i < m;i++)
6 ------------------^
7 missing-space-after-semicolon.cpp:16:10: warning: missing space after semicolon
8     foo();foo();foo();
9 ---------^