mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
Fix spacing.
No functional change.
This commit is contained in:
@@ -532,7 +532,7 @@ namespace {
|
||||
b = weakEnemies & pos.pieces(Them, PAWN) & ei.attackedBy[Us][KING];
|
||||
if (b)
|
||||
score += more_than_one(b) ? KingOnPawnMany : KingOnPawnOne;
|
||||
}
|
||||
}
|
||||
|
||||
if (Trace)
|
||||
Tracing::terms[Us][Tracing::THREAT] = score;
|
||||
|
||||
Reference in New Issue
Block a user