X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftimeman.h;h=e12b0007f302f37f07cb40ea8c5f6fce07a3f615;hp=484513bb18c5265530e5ccae2267e962dffcd6e4;hb=55948623e7b8ad1fc6624cd06733b16d295eecb8;hpb=9a1d5f0f1d8a12a85b198688d4f1d636a146eb7a diff --git a/src/timeman.h b/src/timeman.h index 484513bb..e12b0007 100644 --- a/src/timeman.h +++ b/src/timeman.h @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#if !defined(TIMEMAN_H_INCLUDED) +#ifndef TIMEMAN_H_INCLUDED #define TIMEMAN_H_INCLUDED /// The TimeManager class computes the optimal time to think depending on the @@ -36,4 +36,4 @@ private: int unstablePVExtraTime; }; -#endif // !defined(TIMEMAN_H_INCLUDED) +#endif // #ifndef TIMEMAN_H_INCLUDED