Whitespace check-in

pull/795/head
Jeffrey Walton 2019-01-22 03:44:34 -05:00
parent 8572541841
commit 6ada677461
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -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
}