mirror of
https://github.com/sysprog21/lkmpg.git
synced 2025-04-23 04:54:04 +08:00
Fix wrong regular expression of clang-format
This commit is contained in:
parent
afc4f6bf56
commit
9f92fe4d6a
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user