indent the base list
[lqt.git] / test / noqt / n1
blob94009aa90bd6ddc48adf4c2170fa1b91f03ca4ba
1 #ifndef N1_H
2 #define N1_H
4 namespace n1
6         class F {
7         public: 
8                 F() {};
9                 int foo() { return 1; }
10         };
16 #endif