summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/c/02310-empty-for.c
blob: 4bd43b09ce04d46755255f9057eecd86e390c9fd (plain)
1
2
3
4
5
6
void foo(void)
{
   for ( ; x < 2; x++)
   {
   }
}