summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_namespace2.h
blob: db2ce47df5dc26993f1fb57145953ea75084cf13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace ns1 {
namespace ns2 {
namespace ns3{

	using namespace foo::os;

   class foo2
   {
      int i2;
   };
	}
	}
}