From 0779066f4788ec01daee6b452cde02b9139019aa Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Mon, 30 Oct 2023 15:30:18 +0100 Subject: bin/gbuild-to-ide: Drop trailing whitespace Change-Id: I3142080721db11f75631accd3a5e403027a63110 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158664 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- bin/gbuild-to-ide | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide index ce72f4ae2e53..82ff9e6fc631 100755 --- a/bin/gbuild-to-ide +++ b/bin/gbuild-to-ide @@ -304,7 +304,7 @@ class EclipseCDTIntegrationGenerator(IdeIntegrationGenerator): -""" +""" for module in self.gbuildparser.modulenamelist: tempxml = [] @@ -329,7 +329,7 @@ class EclipseCDTIntegrationGenerator(IdeIntegrationGenerator): macrokey = macroskeyvalue[0] macrovalue = macroskeyvalue[1] if macrovalue[-1:] == "\n": - macrovalue = macrovalue[:-1] + macrovalue = macrovalue[:-1] templine = "%s%s\n" %(macrokey, macrovalue) tempxml.insert(-13, templine) tempxml="".join(tempxml) @@ -344,7 +344,7 @@ class EclipseCDTIntegrationGenerator(IdeIntegrationGenerator): def emit(self): self.create_include_paths() self.create_macros() - self.create_settings_file() + self.create_settings_file() class CodeliteIntegrationGenerator(IdeIntegrationGenerator): -- cgit