diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-01-05 13:53:37 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-01-05 13:53:37 (GMT) |
commit | 42d175f26c1cab38d430d88e31ee0b6ddf6be575 (patch) | |
tree | 406a592de6b918e94098825813363a81e4fe8361 /Source/cmCTest.cxx | |
parent | 081b5dfd2e0cd981302b93933bb107acde32caa8 (diff) | |
download | CMake-42d175f26c1cab38d430d88e31ee0b6ddf6be575.zip CMake-42d175f26c1cab38d430d88e31ee0b6ddf6be575.tar.gz CMake-42d175f26c1cab38d430d88e31ee0b6ddf6be575.tar.bz2 |
Fix a line length issue.
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index c6dffd7..1b578a9 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -548,7 +548,8 @@ int cmCTest::Initialize(const char* binary_dir, cmCTestStartCommand* command) if ( this->TestModel == cmCTest::NIGHTLY ) { lctime = this->GetNightlyTime( - this->GetCTestConfiguration("NightlyStartTime"), this->TomorrowTag); + this->GetCTestConfiguration("NightlyStartTime"), + this->TomorrowTag); } char datestring[100]; sprintf(datestring, "%04d%02d%02d-%02d%02d", |