Coding style compliance

This commit is contained in:
Bjørn Snoen
2013-12-21 14:33:44 +01:00
parent 642f5bb515
commit 60219411f6
2 changed files with 4 additions and 2 deletions

View File

@@ -1225,7 +1225,8 @@ bool CardGui::FilterCard(MTGCard * _card,string filter)
}
}
//creature dealt damage to anything
else if (attribute.find("damager") != string::npos){
else if (attribute.find("damager") != string::npos)
{
if (minus){
cd.CDdamager = -1;
} else {