astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2019-07-22 10:38:17 +02:00
parent 8cd1d5a47d
commit 7ed3db7b32
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ void CheckMemoryLeakInFunction::checkReallocUsage()
tok2 = tok2->astParent();
}
if (!arg || !tok2)
if (!arg || !tok2)
continue;
if (!((tok->varId() == arg->varId()) && isNoArgument(symbolDatabase, tok->varId())))