瀏覽代碼

Fix wrong regular expression of clang-format

linD026 3 年之前
父節點
當前提交
9f92fe4d6a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/Makefile

+ 2 - 2
examples/Makefile

@@ -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]