From 7199badb009fc0f0f1d510685aaa5ad5a7fabc84 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Tue, 13 Oct 2009 08:56:38 -0400 Subject: [PATCH] Fix line length. --- Source/cmCTest.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 3466183d2d..be08be18ca 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -1266,7 +1266,8 @@ void cmCTest::StartXML(std::ostream& ostr, bool append) << this->GetCTestConfiguration("Site") << "\"\n\tGenerator=\"ctest-" << cmVersion::GetCMakeVersion() << "\"\n" << (append? "\tAppend=\"true\"\n":"") - << "\tCompilerName=\"" << this->GetCTestConfiguration("Compiler") << "\"\n" + << "\tCompilerName=\"" << this->GetCTestConfiguration("Compiler") + << "\"\n" #ifdef _COMPILER_VERSION << "\tCompilerVersion=\"_COMPILER_VERSION\"\n" #endif