Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / nlfaultinjection / repo / third_party / cstyle / repo / tests / trailing-space.cpp
1 // This comment includes trailing space. 
2  
3 /*
4  * This multi-line comment      
5  * includes trailing space.     
6  */
7   
8 int TrailingSpace(void) 
9
10     return 0; 
11