]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Rename shift_bb() to shift()
[stockfish] / src / search.cpp
index 8581b0b3792819cb392b9913bfe04bd64896ee15..b32016500fb8cccb476a4d2549b3348ebe791f9e 100644 (file)
@@ -1588,8 +1588,8 @@ string UCI::pv(const Position& pos, Depth depth, Value alpha, Value beta) {
 /// fail high at root. We try hard to have a ponder move to return to the GUI,
 /// otherwise in case of 'ponder on' we have nothing to think on.
 
-bool RootMove::extract_ponder_from_tt(Position& pos)
-{
+bool RootMove::extract_ponder_from_tt(Position& pos) {
+
     StateInfo st;
     bool ttHit;