diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09620-Issue_2640.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09620-Issue_2640.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09620-Issue_2640.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09620-Issue_2640.c deleted file mode 100644 index ba25bcbe..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09620-Issue_2640.c +++ /dev/null @@ -1,12 +0,0 @@ -struct Struct -{ - void test1(int* x) - { - *x = 1; - } -}; - -void test2(int* x) -{ - *x = 1; -} |