]> git.sesse.net Git - stockfish/blobdiff - src/bitboard.cpp
Assorted nitpicking code-style
[stockfish] / src / bitboard.cpp
index dbaeb701cff9e6e29fc732895a71fda4408bc99e..edadb8e3cf057c2e54e8e29f1a838a5637141a66 100644 (file)
@@ -252,6 +252,7 @@ namespace {
 
     int seeds[][RANK_NB] = { { 8977, 44560, 54343, 38998,  5731, 95205, 104912, 17020 },
                              {  728, 10316, 55013, 32803, 12281, 15100,  16645,   255 } };
+
     Bitboard occupancy[4096], reference[4096], edges, b;
     int i, size;