]> code.ossystems Code Review - openembedded-core.git/commitdiff
utils.bbclass: Remove trailing whitespace
authorHenry Bruce <henry.bruce@intel.com>
Tue, 6 Sep 2016 22:11:44 +0000 (15:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Sep 2016 10:52:10 +0000 (11:52 +0100)
Signed-off-by: Henry Bruce <henry.bruce@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/utils.bbclass

index 59ace4421f0d5a08a64d6c48bb21f57a00145ccc..d56f51e32042df0f67a0e5d957755846abbdfad9 100644 (file)
@@ -249,7 +249,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>
@@ -323,7 +323,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)