STYLE: line length
This commit is contained in:
parent
294dca62ee
commit
5a36673807
@ -541,7 +541,8 @@ int cmCTestUpdateHandler::ProcessHandler()
|
||||
return -1;
|
||||
}
|
||||
std::string start_time = this->CTest->CurrentTime();
|
||||
unsigned int start_time_time = static_cast<unsigned int>(cmSystemTools::GetTime());
|
||||
unsigned int start_time_time =
|
||||
static_cast<unsigned int>(cmSystemTools::GetTime());
|
||||
double elapsed_time_start = cmSystemTools::GetTime();
|
||||
|
||||
cmCTestLog(this->CTest, HANDLER_VERBOSE_OUTPUT, "* Update repository: "
|
||||
|
@ -136,7 +136,8 @@ protected:
|
||||
virtual void WriteExternalProject(std::ostream& fout,
|
||||
const char* name,
|
||||
const char* path,
|
||||
const std::vector<std::string>& dependencies);
|
||||
const std::vector<std::string>&
|
||||
dependencies);
|
||||
|
||||
std::string ConvertToSolutionPath(const char* path);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user