Remove trailing spaces in make_def_config.py
Signed-off-by: Volodymyr Babchuk <vlad.babchuk@gmail.com>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
diff --git a/br-ext/scripts/make_def_config.py b/br-ext/scripts/make_def_config.py
index 5d42cac..4fc6666 100644
--- a/br-ext/scripts/make_def_config.py
+++ b/br-ext/scripts/make_def_config.py
@@ -47,7 +47,7 @@
br_ext_optee = args.br_ext_optee
else:
br_ext_optee = '../' + args.br_ext_optee
-
+
os.execlp(args.make_cmd, args.make_cmd, '-C', args.br, 'O=' + out,
'BR2_EXTERNAL=' + br_ext_optee,
'BR2_DEFCONFIG=' + out + '/defconfig', 'defconfig')