mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 03:57:45 +00:00
Fix spacing.
No functional change.
This commit is contained in:
+1
-1
@@ -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