summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/paren_indent.c
blob: 4b0ff447342d16df07d86fa2cbeba07f2e02d442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
function1
(something1);

function2
      (something2);

x = (float)
(number);

x = (float)
     (number);