summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/33099-enum_comma.h
blob: 01a8905946cdcca1e9b126eabf873d6160ed439f (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
}