*: cosmetic whitespace removal

(Bitbake rev: 2ed36a3d57de25e1af31d657a7b0b14857e5056a)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Bernhard Reutner-Fischer 2010-07-14 23:26:00 +02:00 committed by Richard Purdie
parent 191a288349
commit 0e3fc6dff2
2 changed files with 2 additions and 2 deletions

View File

@ -419,7 +419,7 @@ def runfetchcmd(cmd, d, quiet = False):
print(line, end=' ')
output += line
status = stdout_handle.close() or 0
status = stdout_handle.close() or 0
signal = status >> 8
exitstatus = status & 0xff

View File

@ -811,7 +811,7 @@ class RunQueue:
return False
iscurrent = True
t1 = os.stat(stampfile)[stat.ST_MTIME]
t1 = os.stat(stampfile)[stat.ST_MTIME]
for dep in self.runq_depends[task]:
if iscurrent:
fn2 = self.taskData.fn_index[self.runq_fnid[dep]]