Merge pull request #147 from linD026/master

Fix wrong regular expression of clang-format
This commit is contained in:
Jim Huang 2022-04-10 22:59:12 +08:00 committed by GitHub
commit aa4b5d7421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,5 +47,5 @@ clean:
$(RM) other/cat_noblock *.plist $(RM) other/cat_noblock *.plist
indent: indent:
clang-format -i *[.ch] clang-format -i *.[ch]
clang-format -i other/*[.ch] clang-format -i other/*.[ch]