Index: tools/checkdeps/results.py |
diff --git a/tools/checkdeps/results.py b/tools/checkdeps/results.py |
index 5091137e529218fdc4f461129b06276715fbba52..5a50e0ca8c11917e960ab16a2ce4c6731e95d005 100644 |
--- a/tools/checkdeps/results.py |
+++ b/tools/checkdeps/results.py |
@@ -82,7 +82,7 @@ class NormalResultsFormatter(ResultsFormatter): |
def FormatViolation(violation, verbose=False): |
lines = [] |
if verbose: |
- lines.append('For %s' % violation.rules) |
+ lines.append(' For %s' % violation.rules) |
lines.append( |
' Illegal include: "%s"\n Because of %s' % |
(violation.include_path, str(violation.violated_rule))) |