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 --- .../uncrustify-trinity-0.72.0/tests/input/c/vardefcol.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/c/vardefcol.c (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/c/vardefcol.c') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/c/vardefcol.c b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/c/vardefcol.c deleted file mode 100644 index bdb40e8f..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/c/vardefcol.c +++ /dev/null @@ -1,14 +0,0 @@ -static string foo, -bar; - -void f() -{ -SomeNamedType *var1, - * var2; -} - -void b() -{ -AnotherType var1, -var2; -} -- cgit v1.2.1