From 4c70b143f024f343cde1aded2ba4511e69da5863 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 15 Aug 2014 22:47:06 +0000 Subject: Trailing whitespace fixes. Conflicts: bin/bbackupd/BackupClientDirectoryRecord.cpp --- lib/common/IOStreamGetLine.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/common/IOStreamGetLine.h') diff --git a/lib/common/IOStreamGetLine.h b/lib/common/IOStreamGetLine.h index c4289073..7667642d 100644 --- a/lib/common/IOStreamGetLine.h +++ b/lib/common/IOStreamGetLine.h @@ -37,12 +37,12 @@ public: // Call to detach, setting file pointer correctly to last bit read. // Only works for lseek-able file descriptors. void DetachFile(); - + virtual bool IsStreamDataLeft() { return mrStream.StreamDataLeft(); } - + // For doing interesting stuff with the remaining data... // Be careful with this! const void *GetBufferedData() const {return mBuffer + mBufferBegin;} @@ -52,7 +52,7 @@ public: protected: int ReadMore(int Timeout = IOStream::TimeOutInfinite); - + private: IOStream &mrStream; }; -- cgit v1.2.3