From 2169abc438c70029b927b1769f47626df71ae2b0 Mon Sep 17 00:00:00 2001 From: JCW Date: Mon, 2 Jun 2025 17:04:47 +0100 Subject: [PATCH] Cleanup --- include/xrpl/beast/hash/xxhasher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/beast/hash/xxhasher.h b/include/xrpl/beast/hash/xxhasher.h index 0460cb74d9..c4064d4f55 100644 --- a/include/xrpl/beast/hash/xxhasher.h +++ b/include/xrpl/beast/hash/xxhasher.h @@ -205,7 +205,7 @@ public: // Rotate and return auto result = (buffer << shift) | (buffer >> (64 - shift)); -#else if ORIGINAL_HASH +#elif ORIGINAL_HASH auto result = XXH3_64bits_digest(state_); #else auto result = seed_ == 0 ?