diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/kw_subst.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/kw_subst.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/kw_subst.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/kw_subst.c deleted file mode 100644 index 5d37f823..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/kw_subst.c +++ /dev/null @@ -1,22 +0,0 @@ -#include <string> - -int foo1() -{ -} - -/** header comment */ -#if 2 -int foo2(void) -{ -} -#endif - -#if 1 -void foo3(int a) -{ -} -#endif - -void *foo4(int a, int b, int c) -{ -} |