summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10075-UNI-2021.cs
blob: b0ec0414488b8e1d816ba62d2736a7a778158776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// updating the testcase for 1247
// concluded that we need to convert all the 4,3,2 liners to one liner based on the option
int fun() {return 0;}

int fun() {return 0; }

int fun() {return 0;}

int fun() {return 0; }

int fun() {return 0; }

int fun() { return 0;}

int fun() {return 0; }

int fun() {return 0;}