aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa943a9..e2f0bd9 100644
--- a/Makefile
+++ b/Makefile
@@ -164,5 +164,5 @@ check: lint default test
@gofmt -s -d $(GO_FILES) \
| ./input_fail.py "Incorrectly formatted Go files. Run \"make format\"."
@clang-format -i -style=Google -output-replacements-xml $(C_FILES) \
- | grep "<replacement "
+ | grep "<replacement " \
| ./input_fail.py "Incorrectly formatted C files. Run \"make format\"."