[oe-commits] [openembedded-core] branch master updated: distro_check.py: Don't mix tabs and spaces

git at git.openembedded.org git at git.openembedded.org
Thu Jun 2 07:37:23 UTC 2016


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

The following commit(s) were added to refs/heads/master by this push:
       new  6c8d187   distro_check.py: Don't mix tabs and spaces
6c8d187 is described below

commit 6c8d1876f5a2d53fa89531e4a5f414d5d5da77be
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: Tue May 31 10:17:20 2016 +0300

    distro_check.py: Don't mix tabs and spaces
    
    Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oe/distro_check.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/lib/oe/distro_check.py b/meta/lib/oe/distro_check.py
index 746e242..f1f1fbb 100644
--- a/meta/lib/oe/distro_check.py
+++ b/meta/lib/oe/distro_check.py
@@ -357,8 +357,8 @@ def compare_in_distro_packages_list(distro_check_dir, d):
 
     
     if tmp != None:
-	list = tmp.split(' ')
-	for item in list:
+        list = tmp.split(' ')
+        for item in list:
             matching_distros.append(item)
     bb.note("Matching: %s" % matching_distros)
     return matching_distros

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


More information about the Openembedded-commits mailing list