From b0e673830e963c092cd1a2b71691c344ef2b0be9 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 13 May 2024 22:00:56 +0200 Subject: [PATCH] lib/siphash.h: Apply clang-format 18.1.5 --- expat/lib/siphash.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/expat/lib/siphash.h b/expat/lib/siphash.h index a1ed99e6..04f6f745 100644 --- a/expat/lib/siphash.h +++ b/expat/lib/siphash.h @@ -126,8 +126,7 @@ | ((uint64_t)((p)[4]) << 32) | ((uint64_t)((p)[5]) << 40) \ | ((uint64_t)((p)[6]) << 48) | ((uint64_t)((p)[7]) << 56)) -#define SIPHASH_INITIALIZER \ - { 0, 0, 0, 0, {0}, 0, 0 } +#define SIPHASH_INITIALIZER {0, 0, 0, 0, {0}, 0, 0} struct siphash { uint64_t v0, v1, v2, v3;