STYLE: line length
This commit is contained in:
parent
0e8c7859c8
commit
c5cf9b0e5f
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue