Преглед изворни кода

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]