From 826dc8696cf8344359432f30f061998ecc2fa63d Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 4 Apr 2007 13:06:20 -0400 Subject: COMP: Fix kwstyle --- Source/CTest/cmCTestBuildHandler.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/CTest/cmCTestBuildHandler.cxx b/Source/CTest/cmCTestBuildHandler.cxx index 1240cbf..7b87529 100644 --- a/Source/CTest/cmCTestBuildHandler.cxx +++ b/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 -- cgit v0.12