summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupClientDirectoryRecord.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-01-16 00:12:52 +0000
committerChris Wilson <chris+github@qwirx.com>2007-01-16 00:12:52 +0000
commit9044ec5463e938ce67ffdf84479d1c5fe903b007 (patch)
tree4d591a73fbe2bcd6d31b60fe5ef5ef598b66d214 /bin/bbackupd/BackupClientDirectoryRecord.cpp
parentabe09d202e16b8a168be63de3c1fc6818066288d (diff)
Cosmetic whitespace fix (refs #3)
Diffstat (limited to 'bin/bbackupd/BackupClientDirectoryRecord.cpp')
-rw-r--r--bin/bbackupd/BackupClientDirectoryRecord.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/bbackupd/BackupClientDirectoryRecord.cpp b/bin/bbackupd/BackupClientDirectoryRecord.cpp
index 3ed974b8..217359e5 100644
--- a/bin/bbackupd/BackupClientDirectoryRecord.cpp
+++ b/bin/bbackupd/BackupClientDirectoryRecord.cpp
@@ -881,8 +881,9 @@ bool BackupClientDirectoryRecord::UpdateItems(BackupClientDirectoryRecord::SyncP
{
// Connection errors should just be passed on to the main handler, retries
// would probably just cause more problems.
- rParams.GetProgressNotifier().NotifyFileUploadException(this,
- filename, e);
+ rParams.GetProgressNotifier()
+ .NotifyFileUploadException(
+ this, filename, e);
throw;
}
catch(BoxException &e)
@@ -891,9 +892,9 @@ bool BackupClientDirectoryRecord::UpdateItems(BackupClientDirectoryRecord::SyncP
allUpdatedSuccessfully = false;
// Log it.
SetErrorWhenReadingFilesystemObject(rParams, filename.c_str());
- // Log error.
- rParams.GetProgressNotifier().NotifyFileUploadException(this,
- filename, e);
+ rParams.GetProgressNotifier()
+ .NotifyFileUploadException(
+ this, filename, e);
}
// Update structures if the file was uploaded successfully.