summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/c/01008-Issue_3366.c
blob: 75a95e36076079304683591d0d93277f982c52d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define __CVTENDIAN1_H
#define __CVTENDIAN2_H

static int ConvertEndian(void *ptr, int bytes)
{
   switch(bytes)
   {
   default:
      {
         break;
      }
   }
}