mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Xcode: PrintComment will prepend a whitespace itself before the comment
This commit is contained in:
@@ -31,7 +31,7 @@ void cmXCode21Object::PrintComment(std::ostream& out)
|
||||
cmSystemTools::ReplaceString(this->Comment, "\"", "");
|
||||
}
|
||||
}
|
||||
out << "/* ";
|
||||
out << " /* ";
|
||||
out << this->Comment;
|
||||
out << " */";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user