X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmove.h;h=5a58afe69c6e09f66d79e886985f67a534430cd4;hb=8bec65029d6ac3b22b956cfd820ec754420052df;hp=6a5678f02c6f48a34a71a377ab94ef73b5886fbd;hpb=5c81602d14539f8259a715477315e28b5de7cb54;p=stockfish diff --git a/src/move.h b/src/move.h index 6a5678f0..5a58afe6 100644 --- a/src/move.h +++ b/src/move.h @@ -119,7 +119,7 @@ inline Move make_ep_move(Square from, Square to) { //// Prototypes //// -extern std::ostream &operator << (std::ostream &os, Move m); +extern std::ostream& operator<<(std::ostream &os, Move m); extern Move move_from_string(const Position &pos, const std::string &str); extern const std::string move_to_string(Move m); extern bool move_is_ok(Move m);