summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-10-13 12:56:38 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-10-13 12:56:38 (GMT)
commit7199badb009fc0f0f1d510685aaa5ad5a7fabc84 (patch)
tree90b59558c78bd9452b44dfc893d6fa32f07775ed
parente0230d7bef41c54ed8ca0052efc4673348a11ab9 (diff)
downloadCMake-7199badb009fc0f0f1d510685aaa5ad5a7fabc84.zip
CMake-7199badb009fc0f0f1d510685aaa5ad5a7fabc84.tar.gz
CMake-7199badb009fc0f0f1d510685aaa5ad5a7fabc84.tar.bz2
Fix line length.
-rw-r--r--Source/cmCTest.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 3466183..be08be1 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