소스 검색

COMP: Fix kwstyle

Andy Cedilnik 19 년 전
부모
커밋
826dc8696c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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