We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afc4f6b + 9f92fe4 commit aa4b5d7Copy full SHA for aa4b5d7
examples/Makefile
@@ -47,5 +47,5 @@ clean:
47
$(RM) other/cat_noblock *.plist
48
49
indent:
50
- clang-format -i *[.ch]
51
- clang-format -i other/*[.ch]
+ clang-format -i *.[ch]
+ clang-format -i other/*.[ch]
0 commit comments