diff options
Diffstat (limited to 'Source/cmXCodeObject.cxx')
-rw-r--r-- | Source/cmXCodeObject.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmXCodeObject.cxx b/Source/cmXCodeObject.cxx index e41f282..b9c41f3 100644 --- a/Source/cmXCodeObject.cxx +++ b/Source/cmXCodeObject.cxx @@ -99,10 +99,7 @@ void cmXCodeObject::Print(std::ostream& out) indentFactor = 0; } out << this->Id; - if(!(this->IsA == PBXGroup && this->Comment.size() == 0)) - { - this->PrintComment(out); - } + this->PrintComment(out); out << " = {"; if(separator == "\n") { |