mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Assorted code-style triviality
No functional change.
This commit is contained in:
@@ -331,7 +331,6 @@ namespace {
|
||||
alpha = (alpha + beta) / 2;
|
||||
beta = std::min(bestValue + delta, VALUE_INFINITE);
|
||||
}
|
||||
|
||||
else
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user