summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30050-nl-namespace.h
blob: e515b4796da12d7404a6bf08c7708361ac691a96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace ns1 {

	void *foo(void);
	void bar(void);

}

namespace ns2 {

	void *foo(void);
	void bar(void);

}