summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/33100-enum_comma.h
blob: 903a6849c2fe614f84513a9986a4de02c9d814d0 (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
}