summaryrefslogtreecommitdiff
path: root/lib/backupstore
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-08-15 22:48:02 +0000
committerChris Wilson <chris+github@qwirx.com>2014-08-15 22:48:02 +0000
commita7d13863e249ccf63e36d899486c6728650b2bad (patch)
tree65ec73db9f0085b4dcb32f7c21e3234b77564031 /lib/backupstore
parent55b8fc9c83f9e967659421e3d46fa801f17ce2cc (diff)
Trivial white space fixes.
Diffstat (limited to 'lib/backupstore')
-rw-r--r--lib/backupstore/BackupStoreFile.cpp2
-rw-r--r--lib/backupstore/BackupStoreFile.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/backupstore/BackupStoreFile.cpp b/lib/backupstore/BackupStoreFile.cpp
index 07ea1637..a461be7b 100644
--- a/lib/backupstore/BackupStoreFile.cpp
+++ b/lib/backupstore/BackupStoreFile.cpp
@@ -433,7 +433,7 @@ void BackupStoreFile::DecodedStream::Setup(const BackupClientFileAttributes *pAl
THROW_EXCEPTION(BackupStoreException, WhenDecodingExpectedToReadButCouldnt)
}
- bool inFileOrder = true;
+ bool inFileOrder = true;
switch(ntohl(magic))
{
#ifndef BOX_DISABLE_BACKWARDS_COMPATIBILITY_BACKUPSTOREFILE
diff --git a/lib/backupstore/BackupStoreFile.h b/lib/backupstore/BackupStoreFile.h
index 854470df..42e527e3 100644
--- a/lib/backupstore/BackupStoreFile.h
+++ b/lib/backupstore/BackupStoreFile.h
@@ -85,7 +85,7 @@ public:
public:
~DecodedStream();
- // Stream functions
+ // Stream functions
virtual int Read(void *pBuffer, int NBytes, int Timeout);
virtual void Write(const void *pBuffer, int NBytes,
int Timeout = IOStream::TimeOutInfinite);