summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-07-29 00:13:38 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2015-07-29 00:18:14 +0300
commit7523423f03fc21fae31508b17c9bd719c7d04136 (patch)
treed2eecd6cb711491d2ea38e2e77352567e5264cf6 /bin
parentc26ebc6bd37b32808514635cf7c5f6434df7501d (diff)
More whitespace missed
Change-Id: I045f72c66a80984650bc523489bd89ed96230c57
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gbuild-to-ide4
1 files changed, 2 insertions, 2 deletions
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):
<value type="bool" key="Qt4ProjectManager.Qt4BuildConfiguration.UseShadowBuild">true</value>
</valuemap>
"""
-
+
build_configs_count_template = """
<!-- nb build configurations -->
<value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">%(nb)s</value>