From b40d0b1aa1ba525a6c8ee225500ff81bdced04dc Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Thu, 18 Nov 2021 23:14:46 +0100 Subject: nxcomp: delete trailing whitespace --- nxcomp/src/ReadBuffer.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nxcomp/src/ReadBuffer.cpp') diff --git a/nxcomp/src/ReadBuffer.cpp b/nxcomp/src/ReadBuffer.cpp index 154225e75..ea12927f3 100644 --- a/nxcomp/src/ReadBuffer.cpp +++ b/nxcomp/src/ReadBuffer.cpp @@ -302,7 +302,7 @@ int ReadBuffer::readMessage() #ifdef TEST *logofs << "ReadBuffer: Moving " << length_ << " bytes of data " << "at beginning of " - << "the buffer for FD#" << transport_ -> fd() + << "the buffer for FD#" << transport_ -> fd() << ".\n" << logofs_flush; #endif @@ -312,15 +312,15 @@ int ReadBuffer::readMessage() start_ = 0; #ifdef DEBUG - *logofs << "ReadBuffer: Buffer size is now " << size_ - << " length is " << length_ << " and start is " + *logofs << "ReadBuffer: Buffer size is now " << size_ + << " length is " << length_ << " and start is " << start_ << ".\n" << logofs_flush; #endif unsigned char *readData = buffer_ + length_; #ifdef DEBUG - *logofs << "ReadBuffer: Going to read " << readLength + *logofs << "ReadBuffer: Going to read " << readLength << " bytes from FD#" << transport_ -> fd() << ".\n" << logofs_flush; #endif @@ -454,7 +454,7 @@ const unsigned char *ReadBuffer::getMessage(unsigned int &controlLength, convertBuffer(); } - + return NULL; } else -- cgit v1.2.3