From 8e937ae633afac28c6e1b2a6f2ea0cf3cf364e99 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 18 Apr 2014 09:28:04 +0000 Subject: Rewrap long lines (whitespace only). --- bin/bbackupd/BackupDaemon.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bin/bbackupd/BackupDaemon.cpp b/bin/bbackupd/BackupDaemon.cpp index 88518ae2..2b4c1464 100644 --- a/bin/bbackupd/BackupDaemon.cpp +++ b/bin/bbackupd/BackupDaemon.cpp @@ -540,10 +540,10 @@ void BackupDaemon::Run2() // When the last sync started (only updated if the store was not full when the sync ended) mLastSyncTime = 0; - // -------------------------------------------------------------------------------------------- + // -------------------------------------------------------------------------------------------- - mDeleteStoreObjectInfoFile = DeserializeStoreObjectInfo( - mLastSyncTime, mNextSyncTime); + mDeleteStoreObjectInfoFile = DeserializeStoreObjectInfo(mLastSyncTime, + mNextSyncTime); // -------------------------------------------------------------------------------------------- @@ -1098,8 +1098,7 @@ void BackupDaemon::RunSyncNow() // delete the file next time we start a backup mDeleteStoreObjectInfoFile = - SerializeStoreObjectInfo(mLastSyncTime, - mNextSyncTime); + SerializeStoreObjectInfo(mLastSyncTime, mNextSyncTime); // -------------------------------------------------------------------------------------------- } -- cgit v1.2.3