astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2020-09-01 20:00:04 +02:00
parent 1f8896e51c
commit 8e79b0c8bc
2 changed files with 2 additions and 2 deletions

View File

@ -6022,7 +6022,7 @@ static void valueFlowIteratorInfer(TokenList *tokenlist, const Settings *setting
return true;
return false;
});
for(ValueFlow::Value& v:values) {
for (ValueFlow::Value& v:values) {
v.setPossible();
if (v.isIteratorStartValue())
v.intvalue++;