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

while (true)x();

while(true)   x();

for (;;)    {
	x()
}