Explorar o código

Merge pull request #147 from linD026/master

Fix wrong regular expression of clang-format
Jim Huang %!s(int64=3) %!d(string=hai) anos
pai
achega
aa4b5d7421
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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]