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

while (true) x();

while(true)   x();

for (;;)    {
	x()
}