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/EncodeBuffer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nxcomp/src/EncodeBuffer.cpp') diff --git a/nxcomp/src/EncodeBuffer.cpp b/nxcomp/src/EncodeBuffer.cpp index e6af38b71..1a6648bfd 100644 --- a/nxcomp/src/EncodeBuffer.cpp +++ b/nxcomp/src/EncodeBuffer.cpp @@ -436,7 +436,7 @@ void EncodeBuffer::encodeMemory(const unsigned char *buffer, unsigned int numByt HandleAbort(); } - *nextDest_ = 0; + *nextDest_ = 0; } unsigned int EncodeBuffer::getLength() const @@ -551,7 +551,7 @@ void EncodeBuffer::alignBuffer() { growBuffer(); } - + *nextDest_ = 0; } } -- cgit v1.2.3