mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 11:31:18 +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…
Reference in New Issue
Block a user