astyle formatting

This commit is contained in:
Daniel Marjamäki 2012-08-27 15:52:03 +02:00
parent 0d82b08080
commit 03f6a19dbd
1 changed files with 1 additions and 1 deletions

View File

@ -1340,7 +1340,7 @@ void CheckStl::uselessCalls()
uselessCallsSubstrError(tok, true);
} else if (Token::Match(tok, "[{}:;] %var% . empty ( ) ;") && style)
uselessCallsEmptyError(tok->next());
else if (Token::Match(tok, "[{};] std :: remove (") && tok->tokAt(5)->nextArgument())
else if (Token::Match(tok, "[{};] std :: remove (") && tok->tokAt(5)->nextArgument())
uselessCallsRemoveError(tok->next());
}
}