Browse Source

Fix a line length issue.

Bill Hoffman 16 years ago
parent
commit
42d175f26c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Source/cmCTest.cxx

+ 2 - 1
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",