astyle formatting

This commit is contained in:
Daniel Marjamäki 2020-11-24 22:03:30 +01:00
parent 96392aa212
commit 62284dabca
1 changed files with 1 additions and 1 deletions

View File

@ -2106,7 +2106,7 @@ Function::Function(const Tokenizer *mTokenizer,
(tokenDef->str().substr(0, scope->className.size()) == scope->className &&
tokenDef->str().size() > scope->className.size() + 1 &&
tokenDef->str()[scope->className.size() + 1] == '<')) &&
scope->type != Scope::ScopeType::eNamespace) {
scope->type != Scope::ScopeType::eNamespace) {
// destructor
if (tokenDef->previous()->str() == "~")
type = Function::eDestructor;