mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-15 00:38:15 +00:00
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:
parent
fff6ef4c87
commit
cf0072d274
1 changed files with 1 additions and 1 deletions
|
@ -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' \
|
||||
|
|
Loading…
Add table
Reference in a new issue