about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-31 17:32:24 +0100
committervan Hauser <vh@thc.org>2021-01-31 17:32:24 +0100
commitcc0210426a5a31d56d8a0e850dcc00d90833afcd (patch)
tree19bfd589d5e8598eac4d088583ed6cd4bba90d94 /include
parent459dd8cb0779f72d83e99673e632429d89a4cfa9 (diff)
downloadafl++-cc0210426a5a31d56d8a0e850dcc00d90833afcd.tar.gz
code-format
Diffstat (limited to 'include')
-rw-r--r--include/xxhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xxhash.h b/include/xxhash.h
index 3bd56d13..006d3f3d 100644
--- a/include/xxhash.h
+++ b/include/xxhash.h
@@ -287,7 +287,7 @@ typedef uint32_t XXH32_hash_t;
   #else
     #include <limits.h>
     #if UINT_MAX == 0xFFFFFFFFUL
-typedef unsigned int XXH32_hash_t;
+typedef unsigned int  XXH32_hash_t;
     #else
       #if ULONG_MAX == 0xFFFFFFFFUL
 typedef unsigned long XXH32_hash_t;