]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Fix compilation after recent merge.
[stockfish] / src / evaluate.h
index acf9edd2b34d8521f8ddb7ab9d6391e150ff51ef..2ab477eced24d62460ac14531449c56fd9b8439a 100644 (file)
@@ -29,27 +29,27 @@ class Position;
 
 namespace Eval {
 
-  std::string trace(Position& pos);
+std::string trace(Position& pos);
 
-  Value simple_eval(const Position& pos, Color c);
-  Value evaluate(const Position& pos);
+Value simple_eval(const Position& pos, Color c);
+Value evaluate(const Position& pos);
 
-  extern std::string currentEvalFileName;
+extern std::string currentEvalFileName;
 
-  // The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue
-  // for the build process (profile-build and fishtest) to work. Do not change the
-  // name of the macro, as it is used in the Makefile.
-  #define EvalFileDefaultName   "nn-ac1dbea57aa3.nnue"
+// The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue
+// for the build process (profile-build and fishtest) to work. Do not change the
+// name of the macro, as it is used in the Makefile.
+#define EvalFileDefaultName "nn-0000000000a0.nnue"
 
-  namespace NNUE {
+namespace NNUE {
 
-    void init();
-    void verify();
+void init();
+void verify();
 
-  } // namespace NNUE
+ // namespace NNUE
 
-} // namespace Eval
+}  // namespace Eval
 
-} // namespace Stockfish
+}  // namespace Stockfish
 
-#endif // #ifndef EVALUATE_H_INCLUDED
+#endif  // #ifndef EVALUATE_H_INCLUDED