diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-04 17:06:20 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-04 17:06:20 (GMT) |
commit | 826dc8696cf8344359432f30f061998ecc2fa63d (patch) | |
tree | f3d76655b4b99830b86abb4c04253415f0b5e20d /Source | |
parent | 71fc9f9321eb99e35b20984963f5fda4998e6035 (diff) | |
download | CMake-826dc8696cf8344359432f30f061998ecc2fa63d.zip CMake-826dc8696cf8344359432f30f061998ecc2fa63d.tar.gz CMake-826dc8696cf8344359432f30f061998ecc2fa63d.tar.bz2 |
COMP: Fix kwstyle
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/cmCTestBuildHandler.cxx | 3 |
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 |