diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60083-Issue_3570.h')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60083-Issue_3570.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60083-Issue_3570.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60083-Issue_3570.h deleted file mode 100644 index a1a2fb26..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60083-Issue_3570.h +++ /dev/null @@ -1,25 +0,0 @@ -class Foo -{ -public: - Foo - ( - ) - { - } - - Foo - ( - int x - ); - - void init - ( - ) - { - } - - void init - ( - int x - ); -}; |