From: linD026 Date: Sun, 10 Apr 2022 14:51:59 +0000 (+0800) Subject: Fix wrong regular expression of clang-format X-Git-Tag: latest~63^2 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=9f92fe4d6aec5a625b3c29c5c0a56c2adc945d65;p=lkmpg Fix wrong regular expression of clang-format --- diff --git a/examples/Makefile b/examples/Makefile index 65f933e..95558a7 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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]