diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01008-Issue_3366.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01008-Issue_3366.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01008-Issue_3366.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01008-Issue_3366.c deleted file mode 100644 index 75a95e36..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01008-Issue_3366.c +++ /dev/null @@ -1,14 +0,0 @@ -#define __CVTENDIAN1_H -#define __CVTENDIAN2_H - -static int ConvertEndian(void *ptr, int bytes) -{ - switch(bytes) - { - default: - { - break; - } - } -} - |