From de04ad0decc0d98e455e9f6a7f1ec5ab9a6621ca Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 3 Oct 2008 22:42:43 +0000 Subject: Reformat for readability. --- bin/bbackupd/BackupClientInodeToIDMap.cpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'bin/bbackupd') diff --git a/bin/bbackupd/BackupClientInodeToIDMap.cpp b/bin/bbackupd/BackupClientInodeToIDMap.cpp index 0d4fd507..b9f56c5a 100644 --- a/bin/bbackupd/BackupClientInodeToIDMap.cpp +++ b/bin/bbackupd/BackupClientInodeToIDMap.cpp @@ -217,13 +217,16 @@ void BackupClientInodeToIDMap::AddToMap(InodeRefType InodeRef, int64_t ObjectID, // -------------------------------------------------------------------------- // // Function -// Name: BackupClientInodeToIDMap::Lookup(InodeRefType, 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. +// Name: BackupClientInodeToIDMap::Lookup(InodeRefType, +// 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. // Created: 11/11/03 // // -------------------------------------------------------------------------- -bool BackupClientInodeToIDMap::Lookup(InodeRefType InodeRef, int64_t &rObjectIDOut, int64_t &rInDirectoryOut) const +bool BackupClientInodeToIDMap::Lookup(InodeRefType InodeRef, + int64_t &rObjectIDOut, int64_t &rInDirectoryOut) const { #ifdef BACKIPCLIENTINODETOIDMAP_IN_MEMORY_IMPLEMENTATION std::map >::const_iterator i(mMap.find(InodeRef)); -- cgit v1.2.3