Skip to content

Commit e2b45cb

Browse files
committed
Fix formatting
1 parent 34989b7 commit e2b45cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ namespace {
10091009
// Decrease reduction for moves that escape a capture. Filter out
10101010
// castling moves, because they are coded as "king captures rook" and
10111011
// hence break make_move(). Also use see() instead of see_sign(),
1012-
// because the destination square is empty.
1012+
// because the destination square is empty.
10131013
if ( r
10141014
&& type_of(move) == NORMAL
10151015
&& type_of(pos.piece_on(to_sq(move))) != PAWN

0 commit comments

Comments
 (0)