Reformat previous patch

No functional change.
This commit is contained in:
Marco Costalba
2013-05-13 20:07:10 +02:00
parent 8a61b030a6
commit 19dd0de4ff
4 changed files with 23 additions and 34 deletions

View File

@@ -159,9 +159,9 @@ namespace {
const Score QueenOnPawnBonus = make_score( 4, 20);
const Score RookOpenFileBonus = make_score(43, 21);
const Score RookHalfOpenFileBonus = make_score(19, 10);
const Score BishopPawnsPenalty = make_score(8, 12);
const Score BishopPawnsPenalty = make_score( 8, 12);
const Score UndefendedMinorPenalty = make_score(25, 10);
const Score TrappedRookPenalty = make_score(90, 0);
const Score TrappedRookPenalty = make_score(90, 0);
// Penalty for a bishop on a1/h1 (a8/h8 for black) which is trapped by
// a friendly pawn on b2/g2 (b7/g7 for black). This can obviously only