Small code style reformatting

No functional change.
This commit is contained in:
David Zar
2014-07-27 17:27:53 +03:00
committed by lucasart
parent 6b82a234d0
commit 68171ecaca
2 changed files with 4 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ namespace {
const Square* pl = pos.list<PAWN>(Us);
const Bitboard* pawnAttacksBB = StepAttacksBB[make_piece(Us, PAWN)];
Bitboard ourPawns = pos.pieces(Us, PAWN);
Bitboard ourPawns = pos.pieces(Us , PAWN);
Bitboard theirPawns = pos.pieces(Them, PAWN);
e->passedPawns[Us] = e->candidatePawns[Us] = 0;
@@ -193,7 +193,7 @@ namespace {
value += Connected[f][relative_rank(Us, s)];
if (lever)
value += Lever[relative_rank(Us, s)];
value += Lever[relative_rank(Us, s)];
if (candidate)
{