Fixed ValueFlow --debug output
This commit is contained in:
parent
688b798b88
commit
404c13ef4b
|
@ -1208,7 +1208,7 @@ void Token::printValueFlow(bool xml, std::ostream &out) const
|
|||
}
|
||||
|
||||
else {
|
||||
out << (it == tok->values.begin() ? "" : ",") << it->intvalue << std::endl;
|
||||
out << (it == tok->values.begin() ? "" : ",") << it->intvalue;
|
||||
}
|
||||
}
|
||||
if (xml)
|
||||
|
|
Loading…
Reference in New Issue