diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30045-nl_func_decl.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30045-nl_func_decl.cpp | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30045-nl_func_decl.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30045-nl_func_decl.cpp deleted file mode 100644 index 81d0a00e..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30045-nl_func_decl.cpp +++ /dev/null @@ -1,29 +0,0 @@ - -void bla ( ); -void ble( int a, char b ); -void ble2 ( int a, char b ); - - -void bla -( -) -{} - -void bla2 -( -) -{} - -void ble -( - int a, - char b -) -{} - -void ble2 -( - int a, - char b -) -{} |