]> git.sesse.net Git - stockfish/blobdiff - src/nnue/features/half_ka_v2_hm.cpp
Fix README typos, update AUTHORS
[stockfish] / src / nnue / features / half_ka_v2_hm.cpp
index 11e05c9410a4e26a5dea3e47136191c25ff353a4..7dbd3415624c973d47727d5f6f0d92ebfe140766 100644 (file)
@@ -48,7 +48,7 @@ namespace Stockfish::Eval::NNUE::Features {
   // Explicit template instantiations
   template void HalfKAv2_hm::append_active_indices<WHITE>(const Position& pos, IndexList& active);
   template void HalfKAv2_hm::append_active_indices<BLACK>(const Position& pos, IndexList& active);
-  
+
   // append_changed_indices() : get a list of indices for recently changed features
   template<Color Perspective>
   void HalfKAv2_hm::append_changed_indices(