cmark

My personal build of CMark ✏️

Commit
c22b173c1fee932a9469f95c71f74a9ec0ca1784
Parent
569f3787da2c44963bb25869c98ea492517a5716
Author
John MacFarlane <jgm@berkeley.edu>
Date

'make format' - reformat tests as well.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified Makefile 2 1 1
diff --git a/Makefile b/Makefile
@@ -168,7 +168,7 @@ bench: $(BENCHFILE)
 	} 2>&1  | grep 'real' | awk '{print $$2}' | python3 'bench/stats.py'
 
 format:
-	clang-format -style llvm -i src/*.c src/*.h
+	clang-format -style llvm -i src/*.c src/*.h api_test/*.c api_test/*.h
 
 operf: $(CMARK)
 	operf $< < $(BENCHFILE) > /dev/null