diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/c/sparen-indent.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/c/sparen-indent.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/c/sparen-indent.c b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/c/sparen-indent.c deleted file mode 100644 index fe770681..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/c/sparen-indent.c +++ /dev/null @@ -1,19 +0,0 @@ -void f(void) { - -if (a -&& b) { -h(); -} - -for (a = b; -c; -d++) { -h(); -} - -while (z -&& w) { -h(); -} - -} |