From 71fb4a139179e9d27070f7f3e98971e3e029697f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 19 May 2021 16:22:10 +0900 Subject: uncrustify: updated to version 0.73 Signed-off-by: Michele Calgaro --- .../tests/expected/cpp/34191-comment-align-multiline.cpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/34191-comment-align-multiline.cpp (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/34191-comment-align-multiline.cpp') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/34191-comment-align-multiline.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/34191-comment-align-multiline.cpp deleted file mode 100644 index db501481..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/34191-comment-align-multiline.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include - -void function() -{ - printf( "Hello World\n" ); - /* - output_comment_multi_simple to test replacement of \r\n to \n keep the - following \r: - //test - /// Another comment - //end test - */ -} -- cgit v1.2.3