From a67dc94484cf9869793fc1861914b800a6559a74 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Tue, 30 Sep 2025 18:10:02 -0500 Subject: fix indentation!!! --- src/hash/sha2xx.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/hash/sha2xx.h') diff --git a/src/hash/sha2xx.h b/src/hash/sha2xx.h index cd7dc83..8fe94a7 100644 --- a/src/hash/sha2xx.h +++ b/src/hash/sha2xx.h @@ -1,10 +1,10 @@ #include "../lua.h" struct sha256_hash { - uint8_t* buffer; - size_t bufflen; - uint64_t total; - uint32_t h0, h1, h2, h3, h4, h5, h6, h7; + uint8_t* buffer; + size_t bufflen; + uint64_t total; + uint32_t h0, h1, h2, h3, h4, h5, h6, h7; }; int l_sha256(lua_State*); -- cgit v1.2.3