apply-clang-format: add support for BSD find

Found with shellcheck:

SC2185: Some finds don't have a default path. Specify '.' explicitly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2022-08-27 15:57:42 -07:00
parent fff6ef4c87
commit cf0072d274

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