mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 05:07:46 +00:00
Code style fixes in search.cpp
Some code style triviality. No functional change.
This commit is contained in:
committed by
Stéphane Nicolet
parent
baab8be324
commit
4c57cf0ead
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user