]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Small trivial clean-ups, February 2021
[stockfish] / src / evaluate.cpp
index 0b2112612a77449947690c0495be3ad13f5e8659..d55ef695b75f45e51f91eeed22990adecbd2d669 100644 (file)
@@ -423,7 +423,6 @@ namespace {
             score += BishopOnKingRing;
 
         int mob = popcount(b & mobilityArea[Us]);
-
         mobility[Us] += MobilityBonus[Pt - 2][mob];
 
         if (Pt == BISHOP || Pt == KNIGHT)