mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08: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
@@ -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