diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/Issue_2735.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/Issue_2735.cpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/Issue_2735.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/Issue_2735.cpp deleted file mode 100644 index f83e3536..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/Issue_2735.cpp +++ /dev/null @@ -1,24 +0,0 @@ -void func(int a){ - switch (a) - { - case 1: - ; - break; - - case 2: - ; - break; - - case 3: - { - int b = 3; - } - break; - - case 4: - { - float f = 4.0; - } - break; - } -} |