Przeglądaj źródła

Fix wrong regular expression of clang-format

linD026 3 lat temu
rodzic
commit
9f92fe4d6a
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      examples/Makefile

+ 2 - 2
examples/Makefile

@@ -47,5 +47,5 @@ clean:
 	$(RM) other/cat_noblock *.plist
 	$(RM) other/cat_noblock *.plist
 
 
 indent:
 indent:
-	clang-format -i *[.ch]
-	clang-format -i other/*[.ch]
+	clang-format -i *.[ch]
+	clang-format -i other/*.[ch]