X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmove.cpp;h=3935eb3458516fdb62851bcc0f771fc62f099e40;hb=74160ac60266f9e6824a5a6417d8a0ac8c0b39cf;hp=ad282dfb56da9104d15bbce3b2eae91d2ab09c97;hpb=feb5342b393895160867aa7c7fa4d6cb563718ca;p=stockfish diff --git a/src/move.cpp b/src/move.cpp index ad282dfb..3935eb34 100644 --- a/src/move.cpp +++ b/src/move.cpp @@ -139,7 +139,7 @@ const std::string move_to_string(Move move) { /// Overload the << operator, to make it easier to print moves. -std::ostream &operator << (std::ostream &os, Move m) { +std::ostream &operator << (std::ostream& os, Move m) { return os << move_to_string(m); }