summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/33101-enum_comma.h
blob: 53c1a99eb55cf13cdd2bbd0088f4ffab3e295491 (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
}