[oe-commits] [openembedded-core] 68/69: utils.bbclass: Remove trailing whitespace

git at git.openembedded.org git at git.openembedded.org
Thu Sep 8 07:27:25 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit ce6d43f689ae61d8da0d2f6c36188dfeecbc78ca
Author: Henry Bruce <henry.bruce at intel.com>
AuthorDate: Tue Sep 6 15:11:44 2016 -0700

    utils.bbclass: Remove trailing whitespace
    
    Signed-off-by: Henry Bruce <henry.bruce at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/utils.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass
index d8ee1ea..3c2a14f 100644
--- a/meta/classes/utils.bbclass
+++ b/meta/classes/utils.bbclass
@@ -252,7 +252,7 @@ oe_machinstall() {
 create_cmdline_wrapper () {
 	# Create a wrapper script where commandline options are needed
 	#
-	# These are useful to work around relocation issues, by passing extra options 
+	# These are useful to work around relocation issues, by passing extra options
 	# to a program
 	#
 	# Usage: create_cmdline_wrapper FILENAME <extra-options>
@@ -326,7 +326,7 @@ def base_set_filespath(path, d):
     overrides.reverse()
     for o in overrides:
         for p in path:
-            if p != "": 
+            if p != "":
                 filespath.append(os.path.join(p, o))
     return ":".join(filespath)
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list