소스 검색

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]