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/Keeper.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nxcomp/src/Keeper.cpp') diff --git a/nxcomp/src/Keeper.cpp b/nxcomp/src/Keeper.cpp index d945e6ab5..2cbb09ed0 100644 --- a/nxcomp/src/Keeper.cpp +++ b/nxcomp/src/Keeper.cpp @@ -119,8 +119,8 @@ File::~File() #ifdef REFERENCES - *logofs << "Keeper: Deleted File at " - << this << " out of " << references_ + *logofs << "Keeper: Deleted File at " + << this << " out of " << references_ << " allocated references.\n" << logofs_flush; @@ -410,7 +410,7 @@ int Keeper::collect(const char *path) strcmp(dirEntry -> d_name, "..") == 0) { continue; - } + } n++; -- cgit v1.2.3