summaryrefslogtreecommitdiff
path: root/lib/backupclient
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-08-27 09:20:14 +0000
committerChris Wilson <chris+github@qwirx.com>2010-08-27 09:20:14 +0000
commita727852eed9fc4271d0bb387522eb0209b7967b6 (patch)
treec190756f38bc8ee660953e60435d42f8cfa473f5 /lib/backupclient
parent5274b8081244d9c5b7dd915abe33fd47a1451c7e (diff)
Reformat comments for readability.
Diffstat (limited to 'lib/backupclient')
-rw-r--r--lib/backupclient/BackupStoreFile.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/backupclient/BackupStoreFile.cpp b/lib/backupclient/BackupStoreFile.cpp
index 27e12bc8..4bd75f96 100644
--- a/lib/backupclient/BackupStoreFile.cpp
+++ b/lib/backupclient/BackupStoreFile.cpp
@@ -95,10 +95,11 @@ std::auto_ptr<IOStream> BackupStoreFile::EncodeFile(const char *Filename,
//
// Function
// Name: BackupStoreFile::VerifyEncodedFileFormat(IOStream &)
-// Purpose: Verify that an encoded file meets the format requirements.
-// Doesn't verify that the data is intact and can be decoded.
-// Optionally returns the ID of the file which it is diffed from,
-// and the (original) container ID.
+// Purpose: Verify that an encoded file meets the format
+// requirements. Doesn't verify that the data is intact
+// and can be decoded. Optionally returns the ID of the
+// file which it is diffed from, and the (original)
+// container ID.
// Created: 2003/08/28
//
// --------------------------------------------------------------------------