diff options
| author | amelia squires <[email protected]> | 2025-09-30 18:10:02 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-09-30 18:10:02 -0500 |
| commit | a67dc94484cf9869793fc1861914b800a6559a74 (patch) | |
| tree | 68e9a016380776a6a6d90159722d1514756a4929 /src/hash/xor.h | |
| parent | 795284d3b173473003129882739f371f37059adb (diff) | |
fix indentation!!!
Diffstat (limited to 'src/hash/xor.h')
| -rw-r--r-- | src/hash/xor.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdint.h> 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*); |
