Skip to content

Commit fd85b49

Browse files
committed
astyle formatting
[ci skip]
1 parent cb5a5e6 commit fd85b49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/valueflow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@ static const Token * findEndOfFunctionCallForParameter(const Token * parameterTo
17691769
if (!parameterToken)
17701770
return nullptr;
17711771
const Token * parent = parameterToken->astParent();
1772-
while(parent && !parent->isOp() && parent->str() != "(")
1772+
while (parent && !parent->isOp() && parent->str() != "(")
17731773
parent = parent->astParent();
17741774
if (!parent)
17751775
return nullptr;

0 commit comments

Comments
 (0)