From 0c09083eb8df9c6ba0e3f27b5068d3ac52ddf16b Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Tue, 12 Feb 2013 15:28:20 +0100 Subject: [PATCH] Add missing whitespace to satisfy pep8 --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index d4cce18bc3..8a9795ee90 100755 --- a/build.py +++ b/build.py @@ -353,6 +353,7 @@ def find_fixme(t): print print "A total number of", totalcount, "TODO/FIXME was found" + @target('reallyclean') def reallyclean(t): """Removes untracked files and folders from previous builds."""