summaryrefslogtreecommitdiff
path: root/bin/bbackupd
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-12-27 00:27:26 +0000
committerChris Wilson <chris+github@qwirx.com>2008-12-27 00:27:26 +0000
commitcae20cbb49e9567922a957810b5cec96f8f4e0d2 (patch)
tree759b3547e8ee51cdfbec4fa649ba5dbfb5c647ae /bin/bbackupd
parent2c52c6a9acb29a06d6d466e78d66d5f2d4952d31 (diff)
Reformat comment.
Diffstat (limited to 'bin/bbackupd')
-rw-r--r--bin/bbackupd/BackupDaemon.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/bbackupd/BackupDaemon.cpp b/bin/bbackupd/BackupDaemon.cpp
index 1b00e398..f192f763 100644
--- a/bin/bbackupd/BackupDaemon.cpp
+++ b/bin/bbackupd/BackupDaemon.cpp
@@ -777,10 +777,9 @@ void BackupDaemon::RunSyncNow()
if(syncPeriodStart >= syncPeriodEnd &&
syncPeriodStart - syncPeriodEnd < minimumFileAge)
{
- // This can happen if we receive a force-sync
- // command less than minimumFileAge after
- // the last sync. Deal with it by moving back
- // syncPeriodStart, which should not do any
+ // This can happen if we receive a force-sync command less
+ // than minimumFileAge after the last sync. Deal with it by
+ // moving back syncPeriodStart, which should not do any
// damage.
syncPeriodStart = syncPeriodEnd -
SecondsToBoxTime(1);