diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/c/endif.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/c/endif.c | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/c/endif.c b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/c/endif.c deleted file mode 100644 index fd621299..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/c/endif.c +++ /dev/null @@ -1,30 +0,0 @@ -int do_this
-(
- int x,
- int y
-)
-{
-
- x++;
- #ifdef ABC
- #ifdef DEF
- x += y;
- #endif
- #endif
-a++;
- #ifdef ABC
-b++;
- #ifdef DEF
- c++;
- #ifdef HIJ
- d++;
- #endif
-e++;
- #endif
-f++;
- #endif
-g++;
-
- return (x)
-}
-
|