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/PolyText16.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nxcomp/src/PolyText16.cpp') diff --git a/nxcomp/src/PolyText16.cpp b/nxcomp/src/PolyText16.cpp index 32be45482..7217edb34 100644 --- a/nxcomp/src/PolyText16.cpp +++ b/nxcomp/src/PolyText16.cpp @@ -57,7 +57,7 @@ int PolyText16Store::parseIdentity(Message *message, const unsigned char *buffer // Here is the fingerprint. // - polyText16 -> drawable = GetULONG(buffer + 4, bigEndian); + polyText16 -> drawable = GetULONG(buffer + 4, bigEndian); polyText16 -> gcontext = GetULONG(buffer + 8, bigEndian); polyText16 -> x = GetUINT(buffer + 12, bigEndian); @@ -81,10 +81,10 @@ int PolyText16Store::parseIdentity(Message *message, const unsigned char *buffer int length; int delta; int item; - + unsigned int nitem; - unsigned char *pad = NULL; + unsigned char *pad = NULL; unsigned char *end = NULL; delta = 1; @@ -194,9 +194,9 @@ void PolyText16Store::dumpIdentity(const Message *message) const PolyText16Message *polyText16 = (PolyText16Message *) message; - *logofs << name() << ": Identity drawable " << polyText16 -> drawable - << ", gcontext " << polyText16 -> gcontext << ", x " << polyText16 -> x - << ", y " << polyText16 -> y << ", size " << polyText16 -> size_ + *logofs << name() << ": Identity drawable " << polyText16 -> drawable + << ", gcontext " << polyText16 -> gcontext << ", x " << polyText16 -> x + << ", y " << polyText16 -> y << ", size " << polyText16 -> size_ << ".\n"; #endif -- cgit v1.2.3