Browse Source

COMP: Fix kwstyle

Andy Cedilnik 19 years ago
parent
commit
826dc8696c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Source/CTest/cmCTestBuildHandler.cxx

+ 2 - 1
Source/CTest/cmCTestBuildHandler.cxx

@@ -700,7 +700,8 @@ int cmCTestBuildHandler::RunMakeCommand(const char* command,
       // if a non zero return value
       if (*retVal)
         {
-        // If there was an error running command, report that on the dashboard.
+        // If there was an error running command, report that on the
+        // dashboard.
         cmCTestBuildErrorWarning errorwarning;
         errorwarning.LogLine     = 1;
         errorwarning.Text