From fdcd72088371b3d8dfd31f2a5159861ce0be5535 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 4 Dec 2022 19:16:43 +0900 Subject: uncrustify-trinity: updated based on upstream version 0.76.0 Signed-off-by: Michele Calgaro --- .../tests/expected/cpp/30938-indent_switch_pp.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30938-indent_switch_pp.cpp (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30938-indent_switch_pp.cpp') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30938-indent_switch_pp.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30938-indent_switch_pp.cpp deleted file mode 100644 index dd910c56..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30938-indent_switch_pp.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Example for not indenting preprocesser statements inside switch statements -switch(...) -{ -case 1: -case 2: -{ - int v; - ... -} -break; - -#if (USE_FIVE) -case 3: - doFive(); - break; -#endif - -default: - break; -} \ No newline at end of file -- cgit v1.2.1