mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
cmXCode21Object: simplify streaming expression
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user