Skip to content

Commit 4095ff0

Browse files
committed
Fix formatting of previous patch
No functional change.
1 parent 1d977aa commit 4095ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/search.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -959,8 +959,8 @@ namespace {
959959
ss->reduction += ONE_PLY;
960960

961961
if ( History[pos.piece_on(to_sq(move))][to_sq(move)] > VALUE_ZERO
962-
&& CounterMovesHistory[pos.piece_on(prevMoveSq)][prevMoveSq]
963-
[pos.piece_on(to_sq(move))][to_sq(move)] > VALUE_ZERO)
962+
&& CounterMovesHistory[pos.piece_on(prevMoveSq)][prevMoveSq]
963+
[pos.piece_on(to_sq(move))][to_sq(move)] > VALUE_ZERO)
964964
ss->reduction = std::max(DEPTH_ZERO, ss->reduction - ONE_PLY);
965965

966966
// Decrease reduction for moves that escape a capture

0 commit comments

Comments
 (0)