summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30913-indent_namespace2.h
blob: 196b232207cd1bcb3a256970467b155d9a1100fe (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;
	};
}
}
}