summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-09-02 20:32:43 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-09-02 20:32:43 (GMT)
commitc5cf9b0e5f6f9bf54bbb6976ee6df1a7c7839592 (patch)
treeb2e88ee97f08ae42d9d6e3050981d46c169dcb7a /Source/CTest
parent0e8c7859c88ae0fb2ada03d691a1f5e0e802742b (diff)
downloadCMake-c5cf9b0e5f6f9bf54bbb6976ee6df1a7c7839592.zip
CMake-c5cf9b0e5f6f9bf54bbb6976ee6df1a7c7839592.tar.gz
CMake-c5cf9b0e5f6f9bf54bbb6976ee6df1a7c7839592.tar.bz2
STYLE: line length
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestMultiProcessHandler.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestMultiProcessHandler.cxx b/Source/CTest/cmCTestMultiProcessHandler.cxx
index b086edb..be5bbfd 100644
--- a/Source/CTest/cmCTestMultiProcessHandler.cxx
+++ b/Source/CTest/cmCTestMultiProcessHandler.cxx
@@ -73,9 +73,12 @@ void cmCTestMultiProcessHandler::RunTests()
void cmCTestMultiProcessHandler::SubmitBatchTests()
{
- for(cmCTest::CTestConfigurationMap::iterator i = this->CTest->CTestConfiguration.begin(); i != this->CTest->CTestConfiguration.end(); ++i)
+ for(cmCTest::CTestConfigurationMap::iterator i =
+ this->CTest->CTestConfiguration.begin();
+ i != this->CTest->CTestConfiguration.end(); ++i)
{
- cmCTestLog(this->CTest, HANDLER_OUTPUT, i->first << " = " << i->second << std::endl);
+ cmCTestLog(this->CTest, HANDLER_OUTPUT, i->first
+ << " = " << i->second << std::endl);
}
}