aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2018-07-06 10:41:58 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-09 11:26:35 +0100
commitb2fd783fa23403e8f08d998951b05bcabb458af1 (patch)
tree75d9277264fd4c7089cb94b9d5d028f6f12dd6e7
parent9b9aecbbb1a3fa67f7d3b1669186c9f4ced3a590 (diff)
downloadbitbake-contrib-b2fd783fa23403e8f08d998951b05bcabb458af1.tar.gz
siggen: Delete trailing whitespace
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/siggen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bb/siggen.py b/lib/bb/siggen.py
index 5ef82d7be..ab228e414 100644
--- a/lib/bb/siggen.py
+++ b/lib/bb/siggen.py
@@ -347,7 +347,7 @@ class SignatureGeneratorBasicHash(SignatureGeneratorBasic):
def stampcleanmask(self, stampbase, fn, taskname, extrainfo):
return self.stampfile(stampbase, fn, taskname, extrainfo, clean=True)
-
+
def invalidate_task(self, task, d, fn):
bb.note("Tainting hash to force rebuild of task %s, %s" % (fn, task))
bb.build.write_taint(task, d, fn)
@@ -636,7 +636,7 @@ def compare_sigfiles(a, b, recursecb=None, color=False, collapsed=False):
if collapsed:
output.extend(recout)
else:
- # If a dependent hash changed, might as well print the line above and then defer to the changes in
+ # If a dependent hash changed, might as well print the line above and then defer to the changes in
# that hash since in all likelyhood, they're the same changes this task also saw.
output = [output[-1]] + recout