From e6ba08c3b21cdb14ee3a97b5d584759a4597b54b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 21 Nov 2021 17:04:21 +0900 Subject: uncrustify-trinity: updated based on upstream version 0.74.0 Signed-off-by: Michele Calgaro --- .../tests/input/cpp/disable_macro.cpp | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/disable_macro.cpp (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/disable_macro.cpp') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/disable_macro.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/disable_macro.cpp deleted file mode 100644 index cb9fc307..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/disable_macro.cpp +++ /dev/null @@ -1,24 +0,0 @@ -#include - -// this macro should NOT be modified ... -#define CHK(...) \ - do \ - { \ - a+=1; \ - a=b=0; \ - c<<1; \ - } while (0+0) - - -// ... whereas this should be indented and formatted -int main() -{ - int a,b,c=0; - if (a