summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/c/bugs-5.c
blob: 626eb7e65153bcd2678320e0c457452790b563bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

static void log_roll_file(log_output_t *plo)
{
   INT32       retcode;
   const CHAR  *name_save;
   const CHAR  *name_temp;

   if (plo->pfile != NULL)
   {

   }
}