distro_check.py: Don't mix tabs and spaces

(From OE-Core rev: 6c8d1876f5a2d53fa89531e4a5f414d5d5da77be)

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jussi Kukkonen
2016-05-31 10:17:20 +03:00
committed by Richard Purdie
parent 3a76339827
commit 5a9745dd63

View File

@@ -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