From 6ada677461ac3623d09026faaef89570c68d4850 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 22 Jan 2019 03:44:34 -0500 Subject: [PATCH] Whitespace check-in --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.cpp b/test.cpp index 8b970a22..70f44526 100644 --- a/test.cpp +++ b/test.cpp @@ -548,7 +548,7 @@ void PrintSeedAndThreads() } std::cout << "OpenMP version " << (int)_OPENMP << ", "; - std::cout << tc << (tc == 1 ? " thread" : "threads") << std::endl; + std::cout << tc << (tc == 1 ? " thread" : " threads") << std::endl; #endif }