]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Smooth improving
[stockfish] / src / pawns.cpp
index 81255813565ef3ac5dfdb397f575c72a8abf7e49..70fb6f23782a3ef7cce021f22258bc18a60791c9 100644 (file)
@@ -109,7 +109,8 @@ namespace {
     e->blockedCount += popcount(shift<Up>(ourPawns) & (theirPawns | doubleAttackThem));
 
     // Loop through all pawns of the current color and score each pawn
-    while (b) {
+    while (b)
+    {
         s = pop_lsb(b);
 
         assert(pos.piece_on(s) == make_piece(Us, PAWN));