diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/double-indent-objc-dict.m')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/double-indent-objc-dict.m | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/double-indent-objc-dict.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/double-indent-objc-dict.m deleted file mode 100644 index f94e5105..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/double-indent-objc-dict.m +++ /dev/null @@ -1,17 +0,0 @@ -id a = @{ - @"a": @1, - @"b": @2, -}; - -struct foo_t b = { - 1, - 2, -}; - -SomeObject *build() -{ - return @{ - @"a": @1, - @"b": @2, - }; -} |