From 7523423f03fc21fae31508b17c9bd719c7d04136 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Wed, 29 Jul 2015 00:13:38 +0300 Subject: More whitespace missed Change-Id: I045f72c66a80984650bc523489bd89ed96230c57 --- bin/gbuild-to-ide | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide index 45838f28dbdd..8ab446302f1f 100755 --- a/bin/gbuild-to-ide +++ b/bin/gbuild-to-ide @@ -953,7 +953,7 @@ class QtCreatorIntegrationGenerator(IdeIntegrationGenerator): def generate_build_configs(self, lib_folder): module_folder = os.path.join(self.base_folder, lib_folder) xml = "" - # In QtCreator UI, build configs are listed alphabetically, + # In QtCreator UI, build configs are listed alphabetically, # so it can be different from the creation order. # So we prefix the names with the index. xml += QtCreatorIntegrationGenerator.build_configs_template % { @@ -1054,7 +1054,7 @@ class QtCreatorIntegrationGenerator(IdeIntegrationGenerator): true """ - + build_configs_count_template = """ %(nb)s -- cgit