Skip to content

Commit 4957344

Browse files
author
Aaron Danen
committed
formatting
1 parent 9849ab1 commit 4957344

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/checkleakautovar.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,6 @@ const Token * CheckLeakAutoVarImpl::checkTokenInsideExpression(const Token * con
994994
alloc.status = VarInfo::NOALLOC;
995995
functionCall(tok, openingPar, varInfo, alloc, nullptr);
996996
const std::string &returnValue = mSettings.library.returnValue(tok);
997-
998997
if (startsWith(returnValue, "arg"))
999998
// the function returns one of its argument, we need to process a potential assignment
1000999
return openingPar;

0 commit comments

Comments
 (0)