Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devbot/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/build.py b/devbot/build.py
index d2631db..18f1c9a 100644
--- a/devbot/build.py
+++ b/devbot/build.py
@@ -121,7 +121,7 @@ def _ccache_reset():
def _ccache_print_stats():
- print "= ccache statistics ="
+ print "\n= ccache statistics =\n"
subprocess.check_call(["ccache", "-s"])