From c594eedfa802f85df3d2226b25ace52b902a63f4 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 27 Jan 2024 19:21:13 +0100 Subject: [PATCH] apply-clang-format.sh: Drop workaround for lib/siphash.h Does not seem needed anymore (or running the script would produce a diff). --- expat/apply-clang-format.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/expat/apply-clang-format.sh b/expat/apply-clang-format.sh index 87a0dfe3..e5d927e4 100755 --- a/expat/apply-clang-format.sh +++ b/expat/apply-clang-format.sh @@ -51,8 +51,6 @@ type -P clang-format clang-format --version -expand --tabs=2 --initial lib/siphash.h | sponge lib/siphash.h - clang-format "${args[@]}" -- "${files[@]}" sed \