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/List.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nxcomp/src/List.cpp') diff --git a/nxcomp/src/List.cpp b/nxcomp/src/List.cpp index b2db7151c..760423b23 100644 --- a/nxcomp/src/List.cpp +++ b/nxcomp/src/List.cpp @@ -57,8 +57,8 @@ List::List() references_++; - *logofs << "List: Created new List at " - << this << " out of " << references_ + *logofs << "List: Created new List at " + << this << " out of " << references_ << " allocated references.\n" << logofs_flush; #endif } @@ -69,8 +69,8 @@ List::~List() references_--; - *logofs << "List: Deleted List at " - << this << " out of " << references_ + *logofs << "List: Deleted List at " + << this << " out of " << references_ << " allocated references.\n" << logofs_flush; #endif } -- cgit v1.2.3