summaryrefslogtreecommitdiff
path: root/include/ouroboros/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ouroboros/hash.h')
-rw-r--r--include/ouroboros/hash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ouroboros/hash.h b/include/ouroboros/hash.h
index eeca8a28..456a93f3 100644
--- a/include/ouroboros/hash.h
+++ b/include/ouroboros/hash.h
@@ -31,7 +31,6 @@
#include <ouroboros/md5.h>
#include <ouroboros/sha3.h>
-
#define HASH_FMT "%02x%02x%02x%02x"
#define HASH_VAL(hash) \
(betoh32(*(uint32_t *) hash) & 0xFF000000) >> 24, \