summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-01-31 21:38:45 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-01-31 21:38:45 (GMT)
commit5a36673807a304206fd729fcba1ce93dfb54b521 (patch)
tree2f737fa1eeb921ca430e351b953b3c85d471d5a6
parent294dca62eeb45bbe7d1b4f5ed8647deb4bead2b1 (diff)
downloadCMake-5a36673807a304206fd729fcba1ce93dfb54b521.zip
CMake-5a36673807a304206fd729fcba1ce93dfb54b521.tar.gz
CMake-5a36673807a304206fd729fcba1ce93dfb54b521.tar.bz2
STYLE: line length
-rw-r--r--Source/CTest/cmCTestUpdateHandler.cxx3
-rw-r--r--Source/cmGlobalVisualStudio7Generator.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestUpdateHandler.cxx b/Source/CTest/cmCTestUpdateHandler.cxx
index 3787e39..c438f62 100644
--- a/Source/CTest/cmCTestUpdateHandler.cxx
+++ b/Source/CTest/cmCTestUpdateHandler.cxx
@@ -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: "
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h
index 7b723f2..09bd84e 100644
--- a/Source/cmGlobalVisualStudio7Generator.h
+++ b/Source/cmGlobalVisualStudio7Generator.h
@@ -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);