Fix code style

This commit is contained in:
Michael Catanzaro 2018-04-24 12:18:33 -05:00
parent 04c7f5aea7
commit 0babf56b89

View file

@ -1215,7 +1215,7 @@ Copyright © 20152016 Sahil Sareen""";
headerbar.set_title (_("Black is in Check"));
}
else if (game.current_state.last_move != null &&
game.current_state.last_move.en_passant)
game.current_state.last_move.en_passant)
{
if (game.current_player.color == Color.WHITE)
headerbar.set_title (_("Black performed an en passant capture"));