X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmove.cpp;h=3935eb3458516fdb62851bcc0f771fc62f099e40;hp=ad282dfb56da9104d15bbce3b2eae91d2ab09c97;hb=72c7595f8ac72c7831ee319b8b0bc46404c5fc27;hpb=2c955f25de9d4c263b6e6d37fef06b378eec49a0 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); }