diff options
author | Maciej Borzecki <maciej.borzecki@open-rnd.pl> | 2016-02-03 14:33:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-08 10:54:56 +0000 |
commit | 7d5d8d0cd985edf507c8d00e2e162d1b9fff3589 (patch) | |
tree | db86ec3a8c65acadc0c48f05edb138edac258d19 /scripts/lib | |
parent | dfeda17ca1b117e5dfb0be9bd1cfc1d9332f9b18 (diff) | |
download | poky-7d5d8d0cd985edf507c8d00e2e162d1b9fff3589.tar.gz |
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>
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/bsp/engine.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py index 4cca7d6291..66e2162ea8 100644 --- a/scripts/lib/bsp/engine.py +++ b/scripts/lib/bsp/engine.py | |||
@@ -438,7 +438,7 @@ class ListInputLine(InputLine): | |||
438 | self.parse_error("No entries available for input list", | 438 | self.parse_error("No entries available for input list", |
439 | self.lineno, self.line) | 439 | self.lineno, self.line) |
440 | choicepairs = self.gen_choicepair_list() | 440 | choicepairs = self.gen_choicepair_list() |
441 | 441 | ||
442 | return choicepairs | 442 | return choicepairs |
443 | 443 | ||
444 | def gen_choices(self, context = None, checklist = False): | 444 | def gen_choices(self, context = None, checklist = False): |
@@ -1822,7 +1822,7 @@ def yocto_layer_list_property_values(arch, property, scripts_path, properties_fi | |||
1822 | sys.exit(1) | 1822 | sys.exit(1) |
1823 | 1823 | ||
1824 | json.dump(values_list, of) | 1824 | json.dump(values_list, of) |
1825 | 1825 | ||
1826 | print_values(type, values_list) | 1826 | print_values(type, values_list) |
1827 | 1827 | ||
1828 | 1828 | ||