X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fevaluate.cpp;h=8c5ecc36847ac88e5be0b7be3b19650fb853aa65;hp=7ff7dfc18f343f5f47a67f068a106fba545eba89;hb=2f465927363e3e753dfb65d67f9b126afc34f4fa;hpb=667f35073773653ef8d05260536516fffb2d3faa diff --git a/src/evaluate.cpp b/src/evaluate.cpp index 7ff7dfc1..8c5ecc36 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -163,7 +163,7 @@ namespace { const Score Unstoppable = S( 0, 20); const Score Hanging = S(31, 26); const Score PawnAttackThreat = S(20, 20); - const Score PawnSafePush = S( 5 , 5); + const Score PawnSafePush = S( 5, 5); // 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