aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2017-07-18 21:18:22 -0700
committerJoe Richey joerichey@google.com <joerichey@google.com>2017-07-18 21:18:22 -0700
commitcc2de52228d89b2fbc53bc0e710aae699434d6da (patch)
tree2db0016cc45fb35ab027a7dd95c8050a05605143 /Makefile
parent0076f448344bc14068597d09b057148e50ec8970 (diff)
Makefile: typo
Diffstat (limited to 'Makefile')
-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\"."