Ver código fonte

Xcode: Remove extra space in PBXProject comment

Gregor Jasny 10 anos atrás
pai
commit
a723427b64
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Source/cmGlobalXCodeGenerator.cxx

+ 1 - 1
Source/cmGlobalXCodeGenerator.cxx

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