summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/60049-bug_2402.cpp
blob: e483fdc908de1af0954ef2407bf3f4ea65be16fd (plain)
1
2
3
4
5
6
7
8
9
10
void
h1(const int a)
{
	switch (a)
	{
	case 1: {
		callFunction(a); break;
	}
	}
}