summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2015-04-07 17:20:54 (GMT)
committerGregor Jasny <gjasny@googlemail.com>2015-04-17 19:50:04 (GMT)
commita723427b6450c1ec77226fb58aa3070a341891a2 (patch)
treebb9332438cfa4e3302ac0069cd58f5f17f8afe47
parent2fe8bca58089fb03f0ffa16792cc15fb741bd22c (diff)
downloadCMake-a723427b6450c1ec77226fb58aa3070a341891a2.zip
CMake-a723427b6450c1ec77226fb58aa3070a341891a2.tar.gz
CMake-a723427b6450c1ec77226fb58aa3070a341891a2.tar.bz2
Xcode: Remove extra space in PBXProject comment
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 2e13692..4d98359 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -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 += "\"";