mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
STYLE: line length
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user