]> code.ossystems Code Review - openembedded-core.git/commitdiff
*: cosmetic whitespace removal
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 14 Jul 2010 21:26:00 +0000 (23:26 +0200)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 3 Aug 2010 13:06:40 +0000 (14:06 +0100)
(Bitbake rev: 2ed36a3d57de25e1af31d657a7b0b14857e5056a)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/fetch/__init__.py
bitbake/lib/bb/runqueue.py

index d5ec99bbb6de27e9af441c3f67dc47e633faf516..46957670a5fb9cb53f1c8460fc5471a9372309f7 100644 (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
 
index f8440dbccccc8994caaa3a47f9dba68f37376ecf..bdd806a2c192244c3699dbc755c12394e2e6eba7 100644 (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]]