Astyle run.
This commit is contained in:
parent
fb2b29dc7d
commit
a7f1188151
|
@ -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% (")) {
|
||||
|
|
Loading…
Reference in New Issue