scripts/lib/bsp/engine: trailing whitespace cleanup

(From meta-yocto rev: 3f19a080b2370c0317f88299d392a5b1a5f9c830)

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Maciej Borzecki 2016-02-03 14:33:45 +01:00 committed by Richard Purdie
parent dfeda17ca1
commit 7d5d8d0cd9
1 changed files with 2 additions and 2 deletions

View File

@ -438,7 +438,7 @@ class ListInputLine(InputLine):
self.parse_error("No entries available for input list",
self.lineno, self.line)
choicepairs = self.gen_choicepair_list()
return choicepairs
def gen_choices(self, context = None, checklist = False):
@ -1822,7 +1822,7 @@ def yocto_layer_list_property_values(arch, property, scripts_path, properties_fi
sys.exit(1)
json.dump(values_list, of)
print_values(type, values_list)