From 2c4db439d235b68478d90c450289d2d0ba418547 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 18 Mar 2020 08:59:09 -0400 Subject: add upstream 10.21 --- zen/perf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/perf.h') diff --git a/zen/perf.h b/zen/perf.h index b6cb5bb0..9f368016 100644 --- a/zen/perf.h +++ b/zen/perf.h @@ -98,7 +98,7 @@ public: const int64_t timeMs = std::chrono::duration_cast(watch_.elapsed()).count(); const std::string msg = numberTo(timeMs) + " ms"; - std::clog << "Perf: duration: " << msg << "\n"; + std::clog << "Perf: duration: " << msg << '\n'; resultShown_ = true; } -- cgit