summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/c/08399-gh399.c
blob: 780234ab47d52c9b08aba1b0d620efde1b3f4bd6 (plain)
1
2
3
4
5
6
7
8


void foo()
{
   for (i = 0; i * i < n; i++)
   {
   }
}