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/ClearArea.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nxcomp/src/ClearArea.cpp') diff --git a/nxcomp/src/ClearArea.cpp b/nxcomp/src/ClearArea.cpp index 0cb152d95..46242c155 100644 --- a/nxcomp/src/ClearArea.cpp +++ b/nxcomp/src/ClearArea.cpp @@ -57,9 +57,9 @@ int ClearAreaStore::parseIdentity(Message *message, const unsigned char *buffer, // Here is the fingerprint. // - clearArea -> exposures = *(buffer + 1); + clearArea -> exposures = *(buffer + 1); - clearArea -> window = GetULONG(buffer + 4, bigEndian); + clearArea -> window = GetULONG(buffer + 4, bigEndian); clearArea -> x = GetUINT(buffer + 8, bigEndian); clearArea -> y = GetUINT(buffer + 10, bigEndian); @@ -104,10 +104,10 @@ void ClearAreaStore::dumpIdentity(const Message *message) const ClearAreaMessage *clearArea = (ClearAreaMessage *) message; - *logofs << name() << ": Identity exposures " << (unsigned int) clearArea -> exposures - << ", window " << clearArea -> window << ", x " << clearArea -> x - << ", y " << clearArea -> y << ", width " << clearArea -> width - << ", height " << clearArea -> height << ", size " << clearArea -> size_ + *logofs << name() << ": Identity exposures " << (unsigned int) clearArea -> exposures + << ", window " << clearArea -> window << ", x " << clearArea -> x + << ", y " << clearArea -> y << ", width " << clearArea -> width + << ", height " << clearArea -> height << ", size " << clearArea -> size_ << ".\n"; #endif -- cgit v1.2.3