]> git.sesse.net Git - stockfish/blobdiff - src/movepick.cpp
Consistent use of anonymous namespace
[stockfish] / src / movepick.cpp
index 95172b944c13705182f6c1a7842deece827448e5..84f26dbf7835c08a2794313aad91560d4e6f3991 100644 (file)
@@ -61,7 +61,7 @@ namespace {
       std::swap(*begin, *std::max_element(begin, end));
       return begin;
   }
-}
+} // namespace
 
 
 /// Constructors of the MovePicker class. As arguments we pass information