diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_cond_ternary_short.m')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_cond_ternary_short.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_cond_ternary_short.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_cond_ternary_short.m deleted file mode 100644 index 6c1ce050..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/sp_cond_ternary_short.m +++ /dev/null @@ -1 +0,0 @@ -NSString *str = (otherString ?: @"this is the placeholder"); |