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

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

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