[Libreoffice-commits] online.git: wsd/Storage.cpp

Tor Lillqvist tml at collabora.com
Tue Oct 31 10:10:22 UTC 2017


 wsd/Storage.cpp |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 12aaff7d1ae356e7bd734aaffc459e641b682ee3
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Oct 31 12:09:47 2017 +0200

    Bin some superfluous vertical whitespace
    
    Change-Id: I770342c34c87e38597d5eb3695c432af69273ce1

diff --git a/wsd/Storage.cpp b/wsd/Storage.cpp
index 95a489cb..1f402287 100644
--- a/wsd/Storage.cpp
+++ b/wsd/Storage.cpp
@@ -308,8 +308,6 @@ StorageBase::SaveResult LocalStorage::saveLocalFileToStorage(const Authorization
         {
             LOG_INF("Copying " << _jailedFilePath << " to " << _uri.getPath());
             Poco::File(_jailedFilePath).copyTo(_uri.getPath());
-
-
         }
 
         // update its fileinfo object. This is used later to check if someone else changed the
@@ -478,8 +476,6 @@ Poco::Timestamp iso8601ToTimestamp(const std::string& iso8601Time)
     return timestamp;
 }
 
-
-
 } // anonymous namespace
 
 std::unique_ptr<WopiStorage::WOPIFileInfo> WopiStorage::getWOPIFileInfo(const Authorization& auth)


More information about the Libreoffice-commits mailing list