summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10123-sp_after_sparen.c
blob: 9224387dbfd8b49e2e0a084a84855c66e03a1962 (plain)
1
2
3
4
5
6
7
8
9
if (true) x();

while (true) x();

while(true) x();

for (;;) {
	x()
}