X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmove.h;h=bbc2ec099c1134163521a86e26fc1c3ea3d8c5cf;hp=765328713a7201d4a49770752b5fe86b805d8693;hb=d3260ce70f6a17f9d43d199f0e07488888188f8b;hpb=a4a0ffce711962c0b04b35998c3c06491be373bf diff --git a/src/move.h b/src/move.h index 76532871..bbc2ec09 100644 --- a/src/move.h +++ b/src/move.h @@ -201,8 +201,8 @@ inline Move make_ep_move(Square from, Square to) { //// Prototypes //// -extern std::ostream& operator<<(std::ostream &os, Move m); -extern Move move_from_string(const Position &pos, const std::string &str); +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);