[cluster] Some formatting cleanup

standarize whitespace a bit.
Also adds two TODOs for follow up work.

No functional change.
This commit is contained in:
Joost VandeVondele
2018-12-29 15:34:56 +01:00
committed by Stéphane Nicolet
parent 1cd2c7861a
commit 54a0a228f6
5 changed files with 49 additions and 24 deletions
+1
View File
@@ -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)