diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/oc/indent_single_newline.m')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/oc/indent_single_newline.m | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/oc/indent_single_newline.m b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/oc/indent_single_newline.m deleted file mode 100644 index 27e79e8a..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/oc/indent_single_newline.m +++ /dev/null @@ -1,15 +0,0 @@ - -- (BOOL)isSomethingTrue:(BOOL) something{ - - if (something){ - //Yes it's true - - return YES; - } - else { - //No it's false - - return NO; - } - -} |