summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupClientInodeToIDMap.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-04-06 12:17:55 +0000
committerChris Wilson <chris+github@qwirx.com>2015-04-06 12:17:55 +0000
commit255ecd111f07ef793b225b8923af0b4b4b3c3a20 (patch)
treef0edc23785f3ec46450af74209d75225bc10e88f /bin/bbackupd/BackupClientInodeToIDMap.cpp
parentf152abd45f13daf1425c0ee32bccfe0d2dd2a647 (diff)
Whitespace and semicolon-after-macro fixes.
Diffstat (limited to 'bin/bbackupd/BackupClientInodeToIDMap.cpp')
-rw-r--r--bin/bbackupd/BackupClientInodeToIDMap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbackupd/BackupClientInodeToIDMap.cpp b/bin/bbackupd/BackupClientInodeToIDMap.cpp
index 8240d62c..f525d21e 100644
--- a/bin/bbackupd/BackupClientInodeToIDMap.cpp
+++ b/bin/bbackupd/BackupClientInodeToIDMap.cpp
@@ -207,7 +207,7 @@ void BackupClientInodeToIDMap::AddToMap(InodeRefType InodeRef, int64_t ObjectID,
// int64_t &, int64_t &) const
// Purpose: Looks up an inode in the map, returning true if it
// exists, and the object ids of it and the directory
-// it's in the reference arguments.
+// it's in the reference arguments.
// Created: 11/11/03
//
// --------------------------------------------------------------------------