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/anonymous_enum.cpp | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/anonymous_enum.cpp (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/anonymous_enum.cpp') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/anonymous_enum.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/anonymous_enum.cpp deleted file mode 100644 index 0cf8426d..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/anonymous_enum.cpp +++ /dev/null @@ -1,37 +0,0 @@ -enum { - E11=0, - E12=1, - E13=2 -}; - -enum Enum1 { - E21=0, - E22=1, - E23=2 -}; - -enum Enum2:int { - E31=0, - E32=1, - E33=2 -}; - -enum Enum3 -:int { - E41=0, - E42=1, - E43=2 -}; - -enum:int { - E51=0, - E52=1, - E53=2 -}; - -enum -:int { - E61=0, - E62=1, - E63=2 -}; \ No newline at end of file -- cgit v1.2.3