Xcode: Remove extra space in PBXProject comment

This commit is contained in:
Gregor Jasny 2015-04-07 19:20:54 +02:00
parent 2fe8bca580
commit a723427b64
1 changed files with 1 additions and 1 deletions

View File

@ -3386,7 +3386,7 @@ bool cmGlobalXCodeGenerator
}
configlist->AddAttribute("buildConfigurations", buildConfigurations);
std::string comment = "Build configuration list for PBXProject ";
std::string comment = "Build configuration list for PBXProject";
comment += " \"";
comment += this->CurrentProject;
comment += "\"";