STYLE: fix line len
This commit is contained in:
parent
d5f7ea6b74
commit
bb5325f7f9
|
@ -963,7 +963,8 @@ int cmCTestSubmitHandler::ProcessHandler()
|
|||
<< " Trigger site: "
|
||||
<< this->CTest->GetCTestConfiguration("TriggerSite")
|
||||
<< std::endl);
|
||||
if ( !this->TriggerUsingHTTP(files, prefix,
|
||||
if ( !this->
|
||||
TriggerUsingHTTP(files, prefix,
|
||||
this->CTest->GetCTestConfiguration("TriggerSite")))
|
||||
{
|
||||
cmCTestLog(this->CTest, ERROR_MESSAGE,
|
||||
|
@ -1017,7 +1018,8 @@ int cmCTestSubmitHandler::ProcessHandler()
|
|||
<< " Trigger site: "
|
||||
<< this->CTest->GetCTestConfiguration("TriggerSite")
|
||||
<< std::endl);
|
||||
if ( !this->TriggerUsingHTTP(files, prefix,
|
||||
if ( !this->
|
||||
TriggerUsingHTTP(files, prefix,
|
||||
this->CTest->GetCTestConfiguration("TriggerSite")))
|
||||
{
|
||||
cmCTestLog(this->CTest, ERROR_MESSAGE,
|
||||
|
|
Loading…
Reference in New Issue