cmXCode21Object: simplify streaming expression

This commit is contained in:
Ben Boeckel
2023-07-27 09:16:26 -04:00
parent c4f751604b
commit 3af822cd8f

View File

@@ -26,9 +26,7 @@ void cmXCode21Object::PrintComment(std::ostream& out)
if (this->Comment.empty()) {
return;
}
out << " /* ";
out << this->Comment;
out << " */";
out << " /* " << this->Comment << " */";
}
void cmXCode21Object::PrintList(