Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / nlfaultinjection / repo / third_party / cstyle / repo / tests / interpolated-space.cpp
1 void InterpolatedSpaces(void)
2 {
3           // This line contains spaces-tabs-spaces, which is not OK.
4
5                  // This line contains tabs-spaces-tabs, which is not OK.
6
7                 // This line contains spaces-tabs, which should be OK.
8
9          // This line contains tabs-spaces, which should be OK.
10 }