Merge pull request #637 from neheb/cl

apply-clang-format.sh: Add support for BSD find
This commit is contained in:
Sebastian Pipping 2022-08-28 15:21:17 +02:00 committed by GitHub
commit fa9f063fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ fi
expand --tabs=2 --initial lib/siphash.h | sponge lib/siphash.h
find \
find . \
-name '*.[ch]' \
-o -name '*.cpp' \
-o -name '*.cxx' \