mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Small code style in headers
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user