summaryrefslogtreecommitdiff
path: root/include/ouroboros/hash.h
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@ugent.be>2017-07-09 22:43:40 +0200
committerdimitri staessens <dimitri.staessens@ugent.be>2017-07-09 22:43:40 +0200
commit662eaf1b0be528020b10311fc9c130f4039d4f81 (patch)
tree4bdf7b4d37bd33137b59f5cb4ef81b7b4225e8d0 /include/ouroboros/hash.h
parent93d5edc86b27e0ffa3b6badd4c18cd7f0e23cec9 (diff)
downloadouroboros-662eaf1b0be528020b10311fc9c130f4039d4f81.tar.gz
ouroboros-662eaf1b0be528020b10311fc9c130f4039d4f81.zip
include: Fix formatting in list.h
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, \