astyle formatting
This commit is contained in:
parent
0d82b08080
commit
03f6a19dbd
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue