aboutsummaryrefslogtreecommitdiff
path: root/src/hash/sha01.h
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-09-30 18:10:02 -0500
committeramelia squires <[email protected]>2025-09-30 18:10:02 -0500
commita67dc94484cf9869793fc1861914b800a6559a74 (patch)
tree68e9a016380776a6a6d90159722d1514756a4929 /src/hash/sha01.h
parent795284d3b173473003129882739f371f37059adb (diff)
fix indentation!!!
Diffstat (limited to 'src/hash/sha01.h')
-rw-r--r--src/hash/sha01.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/sha01.h b/src/hash/sha01.h
index f70a3e0..bb343c2 100644
--- a/src/hash/sha01.h
+++ b/src/hash/sha01.h
@@ -8,7 +8,7 @@
* @param {char*} output stream
* @param {const char*} input bytes
* @return {void}
-*/
+ */
void i_sha01(uint8_t, char*, int, const char*);
int l_sha1(lua_State*);