1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-15 15:37:03 +00:00

*: 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
+1 -1
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]]