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/cs/UNI-36862.cs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cs/UNI-36862.cs (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cs/UNI-36862.cs') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cs/UNI-36862.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cs/UNI-36862.cs deleted file mode 100644 index cb3cb448..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cs/UNI-36862.cs +++ /dev/null @@ -1,10 +0,0 @@ -public unsafe struct QueryKeyNameCommand : IInputDeviceCommandInfo -{ - public string ReadKeyName() - { - fixed(QueryKeyNameCommand* thisPtr = &this) - { - return StringHelpers.ReadStringFromBuffer(new IntPtr(thisPtr->nameBuffer), kMaxNameLength); - } - } -} -- cgit v1.2.1