summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/34201-i1565.cpp
blob: d0bef508c04e04fda2517d39391f05c1196d0712 (plain)
1
2
3
4
5
6
7
8
9
namespace ns1 {
namespace ns2 {

  #define SOME_MACRO() \
	if(true) { \
	}

} // namespace ns2
} // namespace ns1