[Libreoffice-commits] core.git: solenv/bin

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 31 11:41:42 UTC 2019


 solenv/bin/modules/installer/strip.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ec17ddd345dbe6c010dec9a6efe5921a0e1b5d64
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Thu Jan 24 10:33:06 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jan 31 12:41:13 2019 +0100

    Removed whitespace
    
    (cherry picked from commit e50d4c88a194dccc2b3de451503a10903e3ab006)
    
    Change-Id: Ib5fbbd250fbfa9db5f3df36277f81ffa999632d7
    Reviewed-on: https://gerrit.libreoffice.org/67195
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/solenv/bin/modules/installer/strip.pm b/solenv/bin/modules/installer/strip.pm
index 0eef78ee8112..9a8de5bbbb6d 100644
--- a/solenv/bin/modules/installer/strip.pm
+++ b/solenv/bin/modules/installer/strip.pm
@@ -79,7 +79,7 @@ sub _do_strip
 }
 
 #####################################################################
-# Resolving all variables in the packagename.
+# Resolving all variables in the packagename
 #####################################################################
 
 sub strip_libraries
@@ -116,7 +116,7 @@ sub strip_libraries
             if ($onelanguage eq "") { $onelanguage = "00"; }
 
             my $strippeddir = $strippeddirbase . $installer::globals::separator . $onelanguage;
-            installer::systemactions::create_directory($strippeddir);   # creating language specific subdirectories
+            installer::systemactions::create_directory($strippeddir); # creating language specific subdirectories
 
             my $destfilename = $strippeddir . $installer::globals::separator . $shortfilename;
             installer::systemactions::copy_one_file($sourcefilename, $destfilename);


More information about the Libreoffice-commits mailing list