summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/c/00105-bugs-5.c
blob: 72bfbe4d2a9affe5a69a50de8a50f12232f857f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

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

   if (plo->pfile != NULL)
   {
   }
}