about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-12 16:57:33 +0200
committervan Hauser <vh@thc.org>2020-06-12 16:57:33 +0200
commitce1af1bc9c0b58aea653abec8fb42f9714d4308f (patch)
tree41959da393fb78533643017aeac101f6d9b827ff /include
parentab0e3fdd828cbe8d9daacc16488b7d31f203002a (diff)
downloadafl++-ce1af1bc9c0b58aea653abec8fb42f9714d4308f.tar.gz
code-format killed the compilation
Diffstat (limited to 'include')
-rw-r--r--include/xxhash.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/xxhash.h b/include/xxhash.h
index 296fc856..826f39bd 100644
--- a/include/xxhash.h
+++ b/include/xxhash.h
@@ -1371,7 +1371,9 @@ static xxh_u32 XXH32_avalanche(xxh_u32 h32) {
 
 static xxh_u32 XXH32_finalize(xxh_u32 h32, const xxh_u8 *ptr, size_t len,
                               XXH_alignment align) {
-\
+
+  /* dummy comment */
+
   #define XXH_PROCESS1                           \
     do {                                         \
                                                  \
@@ -1978,7 +1980,9 @@ static xxh_u64 XXH64_avalanche(xxh_u64 h64) {
 
 static xxh_u64 XXH64_finalize(xxh_u64 h64, const xxh_u8 *ptr, size_t len,
                               XXH_alignment align) {
-\
+
+    /* dummy comment */
+
     #define XXH_PROCESS1_64                        \
       do {                                         \
                                                    \