From bc0dc12f1c28f060140f974e0be8beed4e603df6 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Wed, 1 Feb 2023 22:13:56 -0600 Subject: [PATCH] chore(big): align parameter name --- storm/big/Ops.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storm/big/Ops.hpp b/storm/big/Ops.hpp index 3a2194e..c13548d 100644 --- a/storm/big/Ops.hpp +++ b/storm/big/Ops.hpp @@ -19,7 +19,7 @@ void FromBinary(BigBuffer& buffer, const void* value, uint32_t bytes); void FromUnsigned(BigBuffer& buffer, uint32_t value); -uint32_t HighBitPos(const BigBuffer& a); +uint32_t HighBitPos(const BigBuffer& buffer); void InsertLowPart(uint64_t& value, uint32_t low);