summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/c/00061-braces-3.c
blob: 18784b82356befe1d1547f13cf65ec7a69f135bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
   list_for_each(k)
   {
      if (a)
      {
         if (b)
         {
            c++;
         }
      }
   }
}