mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Fix spacing.
No functional change.
This commit is contained in:
parent
b652720903
commit
766fb9c67d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue