summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2024-01-27 19:21:13 +0100
committerSebastian Pipping <sebastian@pipping.org>2024-01-30 22:57:09 +0100
commitc594eedfa802f85df3d2226b25ace52b902a63f4 (patch)
tree9a17e16292982253817be1d3c9d296e698be029b
parent5d2a438af25e16297c1681539fe6d19852327320 (diff)
downloadexpat-c594eedfa802f85df3d2226b25ace52b902a63f4.tar.gz
apply-clang-format.sh: Drop workaround for lib/siphash.h
Does not seem needed anymore (or running the script would produce a diff).
-rwxr-xr-xexpat/apply-clang-format.sh2
1 files changed, 0 insertions, 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 \