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

function2
        (something2);

x = (float)
    (number);

x = (float)
    (number);