From: Maciej Borzecki Date: Wed, 3 Feb 2016 13:33:45 +0000 (+0100) Subject: scripts/lib/bsp/engine: trailing whitespace cleanup X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f19a080b2370c0317f88299d392a5b1a5f9c830;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git scripts/lib/bsp/engine: trailing whitespace cleanup Signed-off-by: Maciej Borzecki Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py index 4cca7d6291a..66e2162ea86 100644 --- a/scripts/lib/bsp/engine.py +++ b/scripts/lib/bsp/engine.py @@ -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)