summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/50913-3813.m
diff options
context:
space:
mode:
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.m20
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;
- }
- }
- });
-}