From: Andrew Grant Date: Sun, 28 Aug 2016 07:23:36 +0000 (-0400) Subject: Removed an extra space X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=b4f6728e610848b202cee47af28fa3bb0a251e3c Removed an extra space No functional change. --- diff --git a/src/evaluate.cpp b/src/evaluate.cpp index 4b511874..177d2934 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -119,7 +119,7 @@ namespace { // game, indexed by piece type and number of attacked squares in the MobilityArea. const Score MobilityBonus[][32] = { {}, {}, - { S(-75,-76), S(-56,-54), S(- 9,-26), S( -2,-10), S( 6, 5), S( 15, 11), // Knights + { S(-75,-76), S(-56,-54), S( -9,-26), S( -2,-10), S( 6, 5), S( 15, 11), // Knights S( 22, 26), S( 30, 28), S( 36, 29) }, { S(-48,-58), S(-21,-19), S( 16, -2), S( 26, 12), S( 37, 22), S( 51, 42), // Bishops S( 54, 54), S( 63, 58), S( 65, 63), S( 71, 70), S( 79, 74), S( 81, 86),