mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 13:17:12 +00:00
[cluster] Some formatting cleanup
standarize whitespace a bit. Also adds two TODOs for follow up work. No functional change.
This commit is contained in:
committed by
Stéphane Nicolet
parent
1cd2c7861a
commit
54a0a228f6
@@ -296,6 +296,7 @@ void MainThread::search() {
|
||||
|
||||
previousScore = static_cast<Value>(mi.score);
|
||||
|
||||
// TODO output should be done on the cluster_root
|
||||
if (mi.rank == Cluster::rank()) {
|
||||
// Send again PV info if we have a new best thread
|
||||
if (!Cluster::is_root() || bestThread != this)
|
||||
|
||||
Reference in New Issue
Block a user