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/func_class.cpp | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/func_class.cpp (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/func_class.cpp') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/func_class.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/func_class.cpp deleted file mode 100644 index 64a11509..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/func_class.cpp +++ /dev/null @@ -1,27 +0,0 @@ -/** - * Reverse the bytes in 32-bit chunks. - */ -void MD5::reverse_u32(UINT8 *buf, int n_u32) -{ - UINT8 tmp; -} - -MD5::MD5() -{ - m_buf[0] = 0x01020304; -} - -class AlignStack -{ -public: - bool m_skip_first; - AlignStack() - { - } - ~ AlignStack() - { - } - void End() - { - } -}; -- cgit v1.2.3