Skip to content

Commit 6dc67fc

Browse files
committed
Apply clang-format
1 parent 3faf5fa commit 6dc67fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

search.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ void search(const chess::Position &board, const timeman::LimitsType timecontrol)
584584
}
585585
board_.undoMove();
586586
}
587-
lastPV[0]=best;
587+
lastPV[0] = best;
588588
}
589589

590590
for (int i = 1; i <= timecontrol.depth; i++) {

0 commit comments

Comments
 (0)