astyle formatting

This commit is contained in:
Daniel Marjamäki 2011-10-29 19:51:11 +02:00
parent acaa9c456f
commit a809bb3471
1 changed files with 1 additions and 2 deletions

View File

@ -2625,8 +2625,7 @@ static void removeTemplates(Token *tok)
break;
}
// don't remove constructor
if (tok2->str() == "explicit")
{
if (tok2->str() == "explicit") {
Token::eraseTokens(tok, tok2);
tok->str(";");
break;