From 3ea543ffb1fc331da86ab7e212f02d2711f04c23 Mon Sep 17 00:00:00 2001 From: ixgbe <1113177880@qq.com> Date: Sun, 4 Jan 2026 10:15:57 +0800 Subject: [PATCH] fix trailing whitespace --- examples/gguf-hash/deps/xxhash/xxhash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gguf-hash/deps/xxhash/xxhash.h b/examples/gguf-hash/deps/xxhash/xxhash.h index 41f4e35b40..071c37b130 100755 --- a/examples/gguf-hash/deps/xxhash/xxhash.h +++ b/examples/gguf-hash/deps/xxhash/xxhash.h @@ -3876,7 +3876,7 @@ enum XXH_VECTOR_TYPE /* fake enum */ { */ XXH_VSX = 5, /*!< VSX and ZVector for POWER8/z13 (64-bit) */ XXH_SVE = 6, /*!< SVE for some ARMv8-A and ARMv9-A */ - XXH_RVV = 7, + XXH_RVV = 7, }; /*! * @ingroup tuning