From 662eaf1b0be528020b10311fc9c130f4039d4f81 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Sun, 9 Jul 2017 22:43:40 +0200 Subject: include: Fix formatting in list.h --- include/ouroboros/hash.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/ouroboros/hash.h') 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 #include - #define HASH_FMT "%02x%02x%02x%02x" #define HASH_VAL(hash) \ (betoh32(*(uint32_t *) hash) & 0xFF000000) >> 24, \ -- cgit v1.2.3