diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01020-kw_subst.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01020-kw_subst.c | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01020-kw_subst.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01020-kw_subst.c deleted file mode 100644 index 61b43c3f..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01020-kw_subst.c +++ /dev/null @@ -1,51 +0,0 @@ -/** - * @file kw_subst.c - * Description - * - * $Id$ - */ -#include <string> - -/** - * foo1 - * TODO: DESCRIPTION - * @return TODO - */ -int foo1() -{ -} - -/** header comment */ -#if 2 -/** - * foo2 - * TODO: DESCRIPTION - * @return TODO - */ -int foo2(void) -{ -} -#endif - -#if 1 -/** - * foo3 - * TODO: DESCRIPTION - * @param a TODO - */ -void foo3(int a) -{ -} -#endif - -/** - * foo4 - * TODO: DESCRIPTION - * @param a TODO - * @param b TODO - * @param c TODO - * @return TODO - */ -void *foo4(int a, int b, int c) -{ -} |