From 74c73d5fa0af15c8316a4ab7cfe0aed0f39450f1 Mon Sep 17 00:00:00 2001 From: David Cole Date: Tue, 19 Jul 2011 11:33:01 -0400 Subject: [PATCH] Correct KWStyle line too long error --- Source/cmGlobalXCodeGenerator.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 76dd770ce..b3e2e7a83 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -2403,7 +2403,8 @@ void cmGlobalXCodeGenerator { if(this->XcodeVersion > 15) { - // now add the same one but append $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) to it: + // Now add the same one but append + // $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) to it: linkDirs += " "; linkDirs += this->XCodeEscapePath( (*libDir + "/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)").c_str());