From 42d175f26c1cab38d430d88e31ee0b6ddf6be575 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 5 Jan 2010 08:53:37 -0500 Subject: [PATCH] Fix a line length issue. --- Source/cmCTest.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index c6dffd736..1b578a904 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",