summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-04 17:06:20 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-04 17:06:20 (GMT)
commit826dc8696cf8344359432f30f061998ecc2fa63d (patch)
treef3d76655b4b99830b86abb4c04253415f0b5e20d
parent71fc9f9321eb99e35b20984963f5fda4998e6035 (diff)
downloadCMake-826dc8696cf8344359432f30f061998ecc2fa63d.zip
CMake-826dc8696cf8344359432f30f061998ecc2fa63d.tar.gz
CMake-826dc8696cf8344359432f30f061998ecc2fa63d.tar.bz2
COMP: Fix kwstyle
-rw-r--r--Source/CTest/cmCTestBuildHandler.cxx3
1 files changed, 2 insertions, 1 deletions
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