summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-01-05 13:53:37 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2010-01-05 13:53:37 (GMT)
commit42d175f26c1cab38d430d88e31ee0b6ddf6be575 (patch)
tree406a592de6b918e94098825813363a81e4fe8361 /Source/cmCTest.cxx
parent081b5dfd2e0cd981302b93933bb107acde32caa8 (diff)
downloadCMake-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.cxx3
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",