We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5a5e6 commit fd85b49Copy full SHA for fd85b49
1 file changed
lib/valueflow.cpp
@@ -1769,7 +1769,7 @@ static const Token * findEndOfFunctionCallForParameter(const Token * parameterTo
1769
if (!parameterToken)
1770
return nullptr;
1771
const Token * parent = parameterToken->astParent();
1772
- while(parent && !parent->isOp() && parent->str() != "(")
+ while (parent && !parent->isOp() && parent->str() != "(")
1773
parent = parent->astParent();
1774
if (!parent)
1775
0 commit comments