diff --git a/tools/fmt-check.sh b/tools/fmt-check.sh index 009e3f6..976f4e1 100755 --- a/tools/fmt-check.sh +++ b/tools/fmt-check.sh @@ -2,4 +2,4 @@ set -e zig fmt --check . C_FILES=$(find ./src -type f -name '*.c' ! -name 'lv_font*') -clang-format -style=file -dry-run -verbose -Werror $C_FILES +clang-format -style=file -dry-run -Werror $C_FILES