Browse Source

CI: Fix clang-format to include Objective-C

gxalpha 3 years ago
parent
commit
6f3a29a3f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CI/check-format.sh

+ 1 - 1
CI/check-format.sh

@@ -53,7 +53,7 @@ find . -type d \( \
     -name '*.h' -or \
     -name '*.hpp' -or \
     -name '*.m' -or \
-    -name '*.m,' -or \
+    -name '*.mm' -or \
     -name '*.c' -or \
     -name '*.cpp' \
  | xargs -L100 -P ${NPROC} ${CLANG_FORMAT} ${VERBOSITY} -i -style=file -fallback-style=none