summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-04-18 09:28:04 +0000
committerChris Wilson <chris+github@qwirx.com>2014-04-18 09:28:04 +0000
commit8e937ae633afac28c6e1b2a6f2ea0cf3cf364e99 (patch)
tree6de633e66afb606f4b668b689845aef70d377c75 /bin/bbackupd/BackupDaemon.cpp
parentcd0c016f77eadea08c222b4774e590c387163f97 (diff)
Rewrap long lines (whitespace only).
Diffstat (limited to 'bin/bbackupd/BackupDaemon.cpp')
-rw-r--r--bin/bbackupd/BackupDaemon.cpp9
1 files 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);
// --------------------------------------------------------------------------------------------
}