diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-18 21:18:22 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-18 21:18:22 -0700 |
| commit | cc2de52228d89b2fbc53bc0e710aae699434d6da (patch) | |
| tree | 2db0016cc45fb35ab027a7dd95c8050a05605143 /Makefile | |
| parent | 0076f448344bc14068597d09b057148e50ec8970 (diff) | |
Makefile: typo
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\"." |