summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/bugs-2.c
blob: 42bed259ea2f7aaa8220cd4d65e8e729814ab686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
static void tcps_proc_server_msg(void *p_user, const ptc_msg_info_t *p_info)
{
   if (z)
   {
      if (a)
      /* comment */
      {
         a++;
      }
      /* comment */
      else if (b)
      {
         b++;
      }
      /* Comment */
      else
      {
         c++;
      }
   }
}