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.
1 parent afc4f6b commit 9f92fe4Copy full SHA for 9f92fe4
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