From b67b7f2b784c7105e88a5e639d9d84736ae2cbc1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 1 Dec 2023 12:38:43 +0900 Subject: uncrustify-trinity: updated based on upstream version 0.78.1 Signed-off-by: Michele Calgaro --- .../tests/input/cs/delegate.cs | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/delegate.cs (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/delegate.cs') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/delegate.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/delegate.cs deleted file mode 100644 index 3a4b103c..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cs/delegate.cs +++ /dev/null @@ -1,29 +0,0 @@ -void foo() -{ -obj.cb += () => { }; - -funcwithverylongname(() => -{ -func(); -}); -} - -Func( - "stuff", - foo => - { - bar(); - }); - -Func( - "stuff", - foo => -{ - bar(); -}); - -data.Sort( - delegate(InputData lhs, InputData rhs) -{ - return lhs.m_Name.CompareTo(rhs.m_Name); -}); -- cgit v1.2.1