]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Pawn clean up
[stockfish] / src / search.cpp
index f50fdf8803fbaa7c58981058e490ff5dac8ecc9d..222be393be5c915834429b5302cfd5de164bf4fd 100644 (file)
@@ -1152,7 +1152,7 @@ moves_loop: // When in check, search starts from here
                                         : -stat_bonus(newDepth);
 
               if (move == ss->killers[0])
-                 bonus += bonus / 4;
+                  bonus += bonus / 4;
 
               update_continuation_histories(ss, movedPiece, to_sq(move), bonus);
           }