summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/10001-622_ifdef-indentation.cpp
blob: c466b45c42af5b1f37719a32d064e6baeb44a477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
f()
{
	{
		{
			{
#                               if 1
				return 0;
#                               endif

				#if 1
				return 0;
				#endif
			}
		}
	}
}