diff --git a/scripts/check_format.sh b/scripts/check_format.sh index 44d43e8e3..9f9c9fef6 100755 --- a/scripts/check_format.sh +++ b/scripts/check_format.sh @@ -30,7 +30,7 @@ else exit 0 fi -git ls-files -z '*.c' '*.cpp' '*.h' '*.txt' '*.md' '*.mk' '*.txt' '*.sh' '*.py' | \ +git grep -I -l -e . -z | \ xargs -0 -P8 -n1 scripts/eofnl exit 0