astyle formatting

This commit is contained in:
Daniel Marjamäki 2014-08-27 17:27:14 +02:00
parent febbd92fbd
commit 2dc3945017
1 changed files with 1 additions and 1 deletions

View File

@ -550,7 +550,7 @@ void CheckStl::pushback()
if (Token::Match(tok, "%var% = & %var% [")) {
// Variable id for pointer
const unsigned int pointerId(tok->varId());
if( pointerId == 0 )
if (pointerId == 0)
continue;
// Variable id for the container variable