Skip to content

Commit

Permalink
Fix formatting of previous patch
Browse files Browse the repository at this point in the history
No functional change.
  • Loading branch information
mcostalba committed Jul 16, 2015
1 parent 1d977aa commit 4095ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -959,8 +959,8 @@ namespace {
ss->reduction += ONE_PLY;

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

// Decrease reduction for moves that escape a capture
Expand Down

0 comments on commit 4095ff0

Please sign in to comment.