apply-clang-format.sh: Drop workaround for lib/siphash.h

Does not seem needed anymore (or running the script would
produce a diff).
This commit is contained in:
Sebastian Pipping 2024-01-27 19:21:13 +01:00
parent 5d2a438af2
commit c594eedfa8

View file

@ -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 \