X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.cpp;h=84f26dbf7835c08a2794313aad91560d4e6f3991;hp=95172b944c13705182f6c1a7842deece827448e5;hb=8a7876d48d4360d14d918c1ff444b5d6eb0382de;hpb=55604f156b2293e870984c6bb57c1954ad5a9517 diff --git a/src/movepick.cpp b/src/movepick.cpp index 95172b94..84f26dbf 100644 --- a/src/movepick.cpp +++ b/src/movepick.cpp @@ -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