X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.h;h=efdfce6607141be39c4e97950cd5354d6534db8c;hp=feafe36a5db934dfb9129676f26441d920cacae3;hb=e6482b7d97a6620cebdd569cce575d42ed80c871;hpb=9a1d5f0f1d8a12a85b198688d4f1d636a146eb7a diff --git a/src/ucioption.h b/src/ucioption.h index feafe36a..efdfce66 100644 --- a/src/ucioption.h +++ b/src/ucioption.h @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#if !defined(UCIOPTION_H_INCLUDED) +#ifndef UCIOPTION_H_INCLUDED #define UCIOPTION_H_INCLUDED #include @@ -66,4 +66,4 @@ void loop(const std::string&); extern UCI::OptionsMap Options; -#endif // !defined(UCIOPTION_H_INCLUDED) +#endif // #ifndef UCIOPTION_H_INCLUDED