X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fendgame.cpp;h=b64b3d1bff3253e55e651a2f3055b3ebfb575f0f;hp=ed6d48db13fcf1c6b5fc9b9af6aab626337f10e7;hb=86f04dbcc08e52864c1136d713996e3a0c8d2610;hpb=aa242d2f84eaf2307f34d5356079125eaf5ff26a diff --git a/src/endgame.cpp b/src/endgame.cpp index ed6d48db..b64b3d1b 100644 --- a/src/endgame.cpp +++ b/src/endgame.cpp @@ -60,7 +60,7 @@ namespace { const int PushAway [8] = { 0, 5, 20, 40, 60, 80, 90, 100 }; // Pawn Rank based scaling factors used in KRPPKRP endgame - const int KRPPKRPScaleFactors[RANK_NB] = {0, 9, 10, 14, 21, 44, 0, 0}; + const int KRPPKRPScaleFactors[RANK_NB] = { 0, 9, 10, 14, 21, 44, 0, 0 }; #ifndef NDEBUG bool verify_material(const Position& pos, Color c, Value npm, int pawnsCnt) {