1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00

Fix spacing.

No functional change.
This commit is contained in:
Gary Linscott 2014-09-22 01:27:34 +08:00
parent b652720903
commit 766fb9c67d

View file

@ -532,7 +532,7 @@ namespace {
b = weakEnemies & pos.pieces(Them, PAWN) & ei.attackedBy[Us][KING]; b = weakEnemies & pos.pieces(Them, PAWN) & ei.attackedBy[Us][KING];
if (b) if (b)
score += more_than_one(b) ? KingOnPawnMany : KingOnPawnOne; score += more_than_one(b) ? KingOnPawnMany : KingOnPawnOne;
} }
if (Trace) if (Trace)
Tracing::terms[Us][Tracing::THREAT] = score; Tracing::terms[Us][Tracing::THREAT] = score;