Fixed indentation mistakes

This commit is contained in:
Bjørn Snoen
2013-12-21 11:18:18 +01:00
parent 20e878a102
commit 642f5bb515
3 changed files with 4 additions and 4 deletions

View File

@@ -229,7 +229,7 @@ MTGCardInstance * CardDescriptor::match(MTGCardInstance * card)
}
if ((CDdamager == -1 && (card->damageToOpponent || card->damageToController || card->damageToCreature)) || (CDdamager == 1 && !(card->damageToOpponent || card->damageToController || card->damageToCreature)))
{
{
match = NULL;
}