diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2021-11-18 23:14:46 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-27 14:20:56 +0200 |
commit | b40d0b1aa1ba525a6c8ee225500ff81bdced04dc (patch) | |
tree | f6f0cb2357fb1c33bd9abbd3535620468daa2b78 /nxcomp/src/GetImage.cpp | |
parent | 36c6f09430f74495cb1802e93b9299be0c3d3e53 (diff) | |
download | nx-libs-b40d0b1aa1ba525a6c8ee225500ff81bdced04dc.tar.gz nx-libs-b40d0b1aa1ba525a6c8ee225500ff81bdced04dc.tar.bz2 nx-libs-b40d0b1aa1ba525a6c8ee225500ff81bdced04dc.zip |
nxcomp: delete trailing whitespace
Diffstat (limited to 'nxcomp/src/GetImage.cpp')
-rw-r--r-- | nxcomp/src/GetImage.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nxcomp/src/GetImage.cpp b/nxcomp/src/GetImage.cpp index 20b6a07d1..8d9194b6a 100644 --- a/nxcomp/src/GetImage.cpp +++ b/nxcomp/src/GetImage.cpp @@ -62,7 +62,7 @@ int GetImageStore::parseIdentity(Message *message, const unsigned char *buffer, #ifdef TEST if (getImage -> format != 1 && getImage -> format != 2) { - *logofs << name() << ": WARNING! Dirty value " << getImage -> format + *logofs << name() << ": WARNING! Dirty value " << getImage -> format << " for field format.\n" << logofs_flush; } #endif @@ -116,10 +116,10 @@ void GetImageStore::dumpIdentity(const Message *message) const GetImageMessage *getImage = (GetImageMessage *) message; - *logofs << name() << ": Identity format " << (unsigned) getImage -> format - << ", drawable " << getImage -> drawable << ", x " << getImage -> x - << ", y " << getImage -> y << ", width " << getImage -> width - << ", height " << getImage -> height << ", plane_mask " + *logofs << name() << ": Identity format " << (unsigned) getImage -> format + << ", drawable " << getImage -> drawable << ", x " << getImage -> x + << ", y " << getImage -> y << ", width " << getImage -> width + << ", height " << getImage -> height << ", plane_mask " << getImage -> plane_mask << ", size " << getImage -> size_ << ".\n" << logofs_flush; |