Fix wrong regular expression of clang-format

This commit is contained in:
linD026 2022-04-10 22:51:59 +08:00
parent afc4f6bf56
commit 9f92fe4d6a

View File

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