Code style fixes in search.cpp

Some code style triviality.

No functional change.
This commit is contained in:
Marco Costalba
2018-02-12 22:57:42 +01:00
committed by Stéphane Nicolet
parent baab8be324
commit 4c57cf0ead
2 changed files with 128 additions and 130 deletions

View File

@@ -147,7 +147,7 @@ void ThreadPool::clear() {
main()->callsCnt = 0;
main()->previousScore = VALUE_INFINITE;
main()->previousTimeReduction = 1;
main()->previousTimeReduction = 1.0;
}
/// ThreadPool::start_thinking() wakes up main thread waiting in idle_loop() and