X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmove.h;h=5a58afe69c6e09f66d79e886985f67a534430cd4;hp=6a5678f02c6f48a34a71a377ab94ef73b5886fbd;hb=d3c4618b3ac0e444ce3b9dd894b87f86a50863c5;hpb=b98bcf858ba0cac58d52b76eb1bea40e25adcaa1 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);