diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01015-paren_indent.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01015-paren_indent.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01015-paren_indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01015-paren_indent.c deleted file mode 100644 index d993315c..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01015-paren_indent.c +++ /dev/null @@ -1,12 +0,0 @@ -function1 - (something1); - -function2 - (something2); - -x = (float) - (number); - -x = (float) - (number); - |