X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftimeman.h;h=e12b0007f302f37f07cb40ea8c5f6fce07a3f615;hb=002062ae934c1fae3e56157e8e7e6451b552ada5;hp=484513bb18c5265530e5ccae2267e962dffcd6e4;hpb=4064ee540649cb46ad4cc4a6080bd4ef41314cb9;p=stockfish 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