summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/c/indent-vbrace.c
blob: 8b48e2356dd1f00542151d7893cdd73167ba6f88 (plain)
1
2
3
4
5
6

void x(void)
{
if (a>b)
b=a;
}