Update list of authors

And also fix some spaces and formatting oddities in the code.

No functional change
This commit is contained in:
Stéphane Nicolet
2018-09-03 12:46:05 +02:00
committed by Stéphane Nicolet
parent 2bfaf45455
commit 767c4ad1fc
4 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -758,7 +758,7 @@ namespace {
int outflanking = distance<File>(pos.square<KING>(WHITE), pos.square<KING>(BLACK))
- distance<Rank>(pos.square<KING>(WHITE), pos.square<KING>(BLACK));
bool pawnsOnBothFlanks = (pos.pieces(PAWN) & QueenSide)
bool pawnsOnBothFlanks = (pos.pieces(PAWN) & QueenSide)
&& (pos.pieces(PAWN) & KingSide);
// Compute the initiative bonus for the attacking side