diff options
author | Matthias Seidel <mseidel@apache.org> | 2019-01-24 10:33:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-01-31 12:41:13 +0100 |
commit | ec17ddd345dbe6c010dec9a6efe5921a0e1b5d64 (patch) | |
tree | dfa5d9bb69ea9acc052602f50fa0ea5f8213282c /solenv/bin | |
parent | 5617d1e577bdb9a94b1aa062fb9474cb00a69c6b (diff) |
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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv/bin')
-rw-r--r-- | solenv/bin/modules/installer/strip.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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); |