From ce1af1bc9c0b58aea653abec8fb42f9714d4308f Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 12 Jun 2020 16:57:33 +0200 Subject: code-format killed the compilation --- include/xxhash.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'include') 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 { \ \ -- cgit 1.4.1