summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/33098-enum_comma.h
blob: 3ec297199fae228433dad6c2bc6eb02f44e17941 (plain)
1
2
3
4
5
6
7
8
9
10

void function(int a
              , int b
              , int c);

enum Test {
	A,   B,
	C,
	D, E
}