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/xor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hash/xor.h') diff --git a/src/hash/xor.h b/src/hash/xor.h index 6065524..a05de5c 100644 --- a/src/hash/xor.h +++ b/src/hash/xor.h @@ -2,7 +2,7 @@ #include struct xor8_hash { - uint8_t a; + uint8_t a; }; struct xor8_hash xor8_init(); @@ -13,4 +13,4 @@ uint8_t xor8(uint8_t*, size_t); int l_xor8(lua_State*); int l_xor8_init(lua_State*); int l_xor8_update(lua_State*); -int l_xor8_final(lua_State*); \ No newline at end of file +int l_xor8_final(lua_State*); -- cgit v1.2.3