From b8f5d6a62d7705a97efeff1979085b291e0c8fd0 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Sun, 26 Feb 2017 20:53:52 +0100 Subject: Configure: remove trailing whitespace --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index 4eb8968de..2a7e5f87f 100755 --- a/configure.py +++ b/configure.py @@ -1317,7 +1317,7 @@ def gen_bakefile(build_config, options, external_libs): # global options f.write('includedirs += build/include/;\n') - + for lib in external_libs.split(" "): f.write('libs += "%s";\n' %lib.replace('.lib', '')) -- cgit v1.2.3