Astyle run.

This commit is contained in:
orbitcowboy 2017-03-21 14:22:28 +01:00
parent fb2b29dc7d
commit a7f1188151
2 changed files with 6 additions and 7 deletions

View File

@ -727,8 +727,7 @@ int TemplateSimplifier::getTemplateNamePosition(const Token *tok)
for (const Token *tok2 = tok->tokAt(namepos) ; tok2 != end ; tok2 = tok2->next())
++namepos;
namepos += 2;
}
else if (Token::Match(tok, "> %type% *|&| %type% :: %type% (")) {
} else if (Token::Match(tok, "> %type% *|&| %type% :: %type% (")) {
namepos = 4;
starAmpPossiblePosition = 2;
} else if (Token::Match(tok, "> %type% %type% *|&| %type% :: %type% (")) {