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/ConfigureWindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nxcomp/src/ConfigureWindow.cpp') diff --git a/nxcomp/src/ConfigureWindow.cpp b/nxcomp/src/ConfigureWindow.cpp index 32d3153b9..4e9bcc535 100644 --- a/nxcomp/src/ConfigureWindow.cpp +++ b/nxcomp/src/ConfigureWindow.cpp @@ -57,12 +57,12 @@ int ConfigureWindowStore::parseIdentity(Message *message, const unsigned char *b // Here is the fingerprint. // - configureWindow -> window = GetULONG(buffer + 4, bigEndian); + configureWindow -> window = GetULONG(buffer + 4, bigEndian); configureWindow -> value_mask = GetUINT(buffer + 8, bigEndian); // - // To increase effectiveness of the caching algorithm + // To increase effectiveness of the caching algorithm // we remove the unused bytes carried in the data part. // @@ -127,7 +127,7 @@ void ConfigureWindowStore::dumpIdentity(const Message *message) const ConfigureWindowMessage *configureWindow = (ConfigureWindowMessage *) message; - *logofs << "ConfigureWindow: window " << configureWindow -> window + *logofs << "ConfigureWindow: window " << configureWindow -> window << ", value_mask " << configureWindow -> value_mask << ", size " << configureWindow -> size_ << ".\n"; -- cgit v1.2.3