]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Prune before extension
[stockfish] / src / evaluate.cpp
index 07bacf8dcc0f0e40551a99df3e9866b88d9f98ba..dbd2d6d840d14aee4bf0aedb9c80d9cc3e34018b 100644 (file)
@@ -125,7 +125,7 @@ namespace {
   constexpr Score PassedRank[RANK_NB] = {
     S(0, 0), S(10, 28), S(17, 33), S(15, 41), S(62, 72), S(168, 177), S(276, 260)
   };
-  
+
   // OutpostRank[Rank] contains a bonus according to the rank of the outpost
   constexpr Score OutpostRank[RANK_NB] = {
     S(0, 0), S(0, 0), S(0, 0), S(28, 18), S(30, 24), S(32, 19)