Sfoglia il codice sorgente

STYLE: Fix line length violation.

David Cole 17 anni fa
parent
commit
61cda77869
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      Source/CTest/cmCTestHandlerCommand.cxx

+ 1 - 2
Source/CTest/cmCTestHandlerCommand.cxx

@@ -69,14 +69,13 @@ bool cmCTestHandlerCommand
       {
       this->
         CTest->SetCTestConfiguration("BuildDirectory",
-                                     cmSystemTools::CollapseFullPath(bdir).c_str());
+          cmSystemTools::CollapseFullPath(bdir).c_str());
       }
     else
       {
       cmCTestLog(this->CTest, ERROR_MESSAGE,
                  "CTEST_BINARY_DIRECTORY not set" << std::endl;);
       }
-
     }
   if ( this->Values[ct_SOURCE] )
     {