]> code.ossystems Code Review - openembedded-core.git/commitdiff
sstatesig: Remove trailing whitespace
authorJoshua Watt <jpewhacker@gmail.com>
Fri, 6 Jul 2018 15:40:16 +0000 (10:40 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Jul 2018 21:59:28 +0000 (22:59 +0100)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/sstatesig.py

index 0aa577d44d2fa6462b8dee2d005cc0105f0f1f3b..5dcc2f5cd6d135a2c5575b1f469480114e902043 100644 (file)
@@ -45,7 +45,7 @@ def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCache):
 
     # allarch packagegroups are assumed to have well behaved names which don't change between architecures/tunes
     if isPackageGroup(fn) and isAllArch(fn) and not isNative(depname):
-        return False  
+        return False
 
     # Exclude well defined machine specific configurations which don't change ABI
     if depname in siggen.abisaferecipes and not isImage(fn):