From d6b9769c631f13d146cbf973e9643a1acf79ad41 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 27 Dec 2012 21:25:24 +0000 Subject: Space before and after ccache message --- (limited to 'devbot') 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"]) -- cgit v0.9.1