[Libreoffice-commits] core.git: bin/gbuild-to-ide

Maxim Monastirsky momonasmon at gmail.com
Tue Jul 28 14:19:10 PDT 2015


 bin/gbuild-to-ide |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7523423f03fc21fae31508b17c9bd719c7d04136
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date:   Wed Jul 29 00:13:38 2015 +0300

    More whitespace missed
    
    Change-Id: I045f72c66a80984650bc523489bd89ed96230c57

diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index 45838f2..8ab4463 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>


More information about the Libreoffice-commits mailing list