[oe-commits] Richard Purdie : sanity.bbclass: Fix broken whitespace

git version control git at git.openembedded.org
Wed Aug 31 18:33:22 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: ab44ec9618109b0852d9441b6dd065c72c86acb2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ab44ec9618109b0852d9441b6dd065c72c86acb2

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Aug 30 14:53:15 2011 +0100

sanity.bbclass: Fix broken whitespace

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/sanity.bbclass |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index b266968..7fc3343 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -423,12 +423,12 @@ def check_sanity(e):
     dups = []
 
     for pa in pkgarchs.split():
-    	if seen.get(pa, 0) == 1:
-	    dups.append(pa)
-	else:
-	    seen[pa] = 1
-	if pa == tunepkg:
-	    tunefound = True
+        if seen.get(pa, 0) == 1:
+            dups.append(pa)
+        else:
+            seen[pa] = 1
+        if pa == tunepkg:
+            tunefound = True
 
     if len(dups):
        messages = messages + "Error, the PACKAGE_ARCHS variable contains duplicates. The following archs are listed more than once: %s" % " ".join(dups)





More information about the Openembedded-commits mailing list