From 52c1119531d963c9ec7229c883723ac12e4cc38c Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 16 Feb 2010 22:11:33 +0000 Subject: Reformat for readability. --- lib/backupclient/BackupClientFileAttributes.cpp | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/backupclient/BackupClientFileAttributes.cpp b/lib/backupclient/BackupClientFileAttributes.cpp index 749ca99e..39ffc741 100644 --- a/lib/backupclient/BackupClientFileAttributes.cpp +++ b/lib/backupclient/BackupClientFileAttributes.cpp @@ -315,14 +315,21 @@ bool BackupClientFileAttributes::Compare(const BackupClientFileAttributes &rAttr // -------------------------------------------------------------------------- // // Function -// Name: BackupClientFileAttributes::ReadAttributes(const char *) -// Purpose: Read the attributes of the file, and store them ready for streaming. -// Optionally retrieve the modification time and attribute modification time. +// Name: BackupClientFileAttributes::ReadAttributes( +// const char *Filename, bool ZeroModificationTimes, +// box_time_t *pModTime, box_time_t *pAttrModTime, +// int64_t *pFileSize, InodeRefType *pInodeNumber, +// bool *pHasMultipleLinks) +// Purpose: Read the attributes of the file, and store them +// ready for streaming. Optionally retrieve the +// modification time and attribute modification time. // Created: 2003/10/07 // // -------------------------------------------------------------------------- -void BackupClientFileAttributes::ReadAttributes(const char *Filename, bool ZeroModificationTimes, box_time_t *pModTime, - box_time_t *pAttrModTime, int64_t *pFileSize, InodeRefType *pInodeNumber, bool *pHasMultipleLinks) +void BackupClientFileAttributes::ReadAttributes(const char *Filename, + bool ZeroModificationTimes, box_time_t *pModTime, + box_time_t *pAttrModTime, int64_t *pFileSize, + InodeRefType *pInodeNumber, bool *pHasMultipleLinks) { StreamableMemBlock *pnewAttr = 0; try -- cgit v1.2.3