Small code style in headers

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-05-20 15:11:41 +02:00
parent b98bcf858b
commit d3c4618b3a
7 changed files with 19 additions and 20 deletions

View File

@@ -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);