summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c06d4f4e6c..725f80659b 100644
--- a/Makefile
+++ b/Makefile
@@ -1312,9 +1312,9 @@ else
endif
ifeq ($(V),1)
- CPPLINT_QUIET =
+CPPLINT_QUIET =
else
- CPPLINT_QUIET = --quiet
+CPPLINT_QUIET = --quiet
endif
.PHONY: lint-cpp
# Lints the C++ code with cpplint.py and check-imports.py.