X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fnotation.h;h=3ede26074ac703bab48d2dee6612ab39c4be93be;hp=d757bd402d923a751062de5830ec9b051192f141;hb=45b0aea875860e9f0fe2d0435ee6163906639194;hpb=9a1d5f0f1d8a12a85b198688d4f1d636a146eb7a diff --git a/src/notation.h b/src/notation.h index d757bd40..3ede2607 100644 --- a/src/notation.h +++ b/src/notation.h @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#if !defined(NOTATION_H_INCLUDED) +#ifndef NOTATION_H_INCLUDED #define NOTATION_H_INCLUDED #include @@ -32,4 +32,4 @@ const std::string move_to_uci(Move m, bool chess960); const std::string move_to_san(Position& pos, Move m); std::string pretty_pv(Position& pos, int depth, Value score, int64_t msecs, Move pv[]); -#endif // !defined(NOTATION_H_INCLUDED) +#endif // #ifndef NOTATION_H_INCLUDED