diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50913-3813.m')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50913-3813.m | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50913-3813.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50913-3813.m deleted file mode 100644 index 37e9239f..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50913-3813.m +++ /dev/null @@ -1,20 +0,0 @@ -- (void)func { - func2(^{ - switch (type) { - case one: - break; - default: - break; - } - }); -} - -- (void)func { - func2(^{ - if(YES) { - switch (type) { - case one: break; - } - } - }); -} |