public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Henry Bruce <henry.bruce@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/2] utils.bbclass: Remove trailing whitespace
Date: Tue,  6 Sep 2016 15:11:44 -0700	[thread overview]
Message-ID: <1473199905-13645-1-git-send-email-henry.bruce@intel.com> (raw)

Signed-off-by: Henry Bruce <henry.bruce@intel.com>
---
 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 59ace44..d56f51e 100644
--- a/meta/classes/utils.bbclass
+++ b/meta/classes/utils.bbclass
@@ -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)
 
-- 
2.7.4



             reply	other threads:[~2016-09-06 22:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-06 22:11 Henry Bruce [this message]
2016-09-06 22:11 ` [PATCH 2/2] utils.bbclass: Added error checking for oe_soinstall Henry Bruce
2016-09-07 16:27   ` Burton, Ross
2016-09-07 16:44     ` Christopher Larson
2016-09-07 21:09   ` [PATCH 2/2 v2] " Henry Bruce

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1473199905-13645-1-git-send-email-henry.bruce@intel.com \
    --to=henry.bruce@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox