Skip to content

Commit 404c13e

Browse files
committed
Fixed ValueFlow --debug output
1 parent 688b798 commit 404c13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/token.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ void Token::printValueFlow(bool xml, std::ostream &out) const
12081208
}
12091209

12101210
else {
1211-
out << (it == tok->values.begin() ? "" : ",") << it->intvalue << std::endl;
1211+
out << (it == tok->values.begin() ? "" : ",") << it->intvalue;
12121212
}
12131213
}
12141214
if (xml)

0 commit comments

Comments
 (0)