From 3b0c3b8206964b85bf3716c962d26dd15c4f285f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 18 Nov 2024 22:24:33 +0900 Subject: Remove uncrustify-trinity. It is no longer necessary to maintain a customize trinity version. Upstream version can be used as is. Signed-off-by: Michele Calgaro --- .../uncrustify-trinity-0.78.1/tests/expected/cs/60012-UNI-12303.cs | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60012-UNI-12303.cs (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60012-UNI-12303.cs') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60012-UNI-12303.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60012-UNI-12303.cs deleted file mode 100644 index 01be8291..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/60012-UNI-12303.cs +++ /dev/null @@ -1,4 +0,0 @@ -//This gets a double indentation -devicePositions[device] = rect = new Rect( - Vector2.Lerp(rect.position, target.position, 0.1f), - Vector2.Lerp(rect.size, target.size, 0.1f)); -- cgit v1.2.1