Skip to content

Commit aa4b5d7

Browse files
authored
Merge pull request #147 from linD026/master
Fix wrong regular expression of clang-format
2 parents afc4f6b + 9f92fe4 commit aa4b5d7

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)