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/ShapeExtension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nxcomp/src/ShapeExtension.cpp') diff --git a/nxcomp/src/ShapeExtension.cpp b/nxcomp/src/ShapeExtension.cpp index 2ee2b67db..72b12d00b 100644 --- a/nxcomp/src/ShapeExtension.cpp +++ b/nxcomp/src/ShapeExtension.cpp @@ -182,7 +182,7 @@ int ShapeExtensionStore::parseIdentity(Message *message, const unsigned char *bu { if ((i * 2 + 4) < size) { - shapeExtension -> data[i] = GetUINT(buffer + i * 2 + 4, bigEndian); + shapeExtension -> data[i] = GetUINT(buffer + i * 2 + 4, bigEndian); #ifdef DEBUG *logofs << name() << ": Parsed data[" << i << "].\n" -- cgit v1.2.3