astyle formatting
This commit is contained in:
parent
96392aa212
commit
62284dabca
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue