summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3785.cpp
blob: 90d4b28c4be240046499297e77757d8d02659395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
void output_text(FILE *pfile)
{
   for (pc = Chunk::GetHead(); pc->IsNotNullChunk(); pc = pc->GetNext())
   {
      if (pc->GetTrackingData() != nullptr)
      {
         if (many > 1)
         {
         }
#define \
   EXTRA_LOG_2
         char *old_one = nullptr;
      }
   }
} // output_text


void dump_step(const char *filename, const char *step_description)
{
   static     int     file_num = 0;
     char         buffer[256];
       FILE             *dump_file;
   fclose(dump_file);
} // dump_step