From 54ce2e60ccf93fb9f5d63e89b59d6adc223180ed Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Thu, 28 Feb 2013 12:27:09 +0100 Subject: . diff --git a/cacount.cpp b/cacount.cpp index 1ef159b..07863ca 100644 --- a/cacount.cpp +++ b/cacount.cpp @@ -47,10 +47,10 @@ void iterState(function f, int numThreads=1) { } void iterTrans(int times, function f, char *msg = nullptr) { - if (msg) cerr << msg << times << " left\r"; + if (msg) cerr << msg << times << " left \r"; while (times--) { iterState(f); - if (msg) cerr << msg << times << " left\r"; + if (msg) cerr << msg << times << " left \r"; } if (msg) cerr << " \r"; } -- cgit v0.10.1