Skip to content

Commit 9f92fe4

Browse files
committed
Fix wrong regular expression of clang-format
1 parent afc4f6b commit 9f92fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ clean:
4747
$(RM) other/cat_noblock *.plist
4848

4949
indent:
50-
clang-format -i *[.ch]
51-
clang-format -i other/*[.ch]
50+
clang-format -i *.[ch]
51+
clang-format -i other/*.[ch]

0 commit comments

Comments
 (0)