diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/c/10052-Issue_3472.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/c/10052-Issue_3472.c | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/c/10052-Issue_3472.c b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/c/10052-Issue_3472.c deleted file mode 100644 index d180a700..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/c/10052-Issue_3472.c +++ /dev/null @@ -1,30 +0,0 @@ -int a, b; - -int main() -{ - if (a - && b) - { - return 1; - } - - if ( a - && b) - { - return 2; - } - - if ( a - && b) - { - return 3; - } - - if ( a - && b) - { - return 4; - } - - return 0; -} |