cmXCode21Object: simplify streaming expression

stage/master/nightly/2023/08/01
Ben Boeckel 2023-07-27 09:16:26 -04:00
parent c4f751604b
commit 3af822cd8f
1 changed files with 1 additions and 3 deletions

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(