summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-10-01 13:04:27 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-10-01 13:04:27 (GMT)
commitecf312ccc87ae455267df27ad5cbe2c031e9ef18 (patch)
tree4aa28cac73526043f0e7886cc993f0c773ad87c2 /Source/CTest/cmCTestTestHandler.cxx
parent8a704d5686280ab804f03e48a180ff871422609f (diff)
downloadCMake-ecf312ccc87ae455267df27ad5cbe2c031e9ef18.zip
CMake-ecf312ccc87ae455267df27ad5cbe2c031e9ef18.tar.gz
CMake-ecf312ccc87ae455267df27ad5cbe2c031e9ef18.tar.bz2
STYLE: fix line length stuff for KWStyle
Diffstat (limited to 'Source/CTest/cmCTestTestHandler.cxx')
-rw-r--r--Source/CTest/cmCTestTestHandler.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/CTest/cmCTestTestHandler.cxx b/Source/CTest/cmCTestTestHandler.cxx
index f8084a9..69090d6 100644
--- a/Source/CTest/cmCTestTestHandler.cxx
+++ b/Source/CTest/cmCTestTestHandler.cxx
@@ -577,8 +577,10 @@ int cmCTestTestHandler::ProcessHandler()
{
ofs << ftit->TestCount << ":" << ftit->Name << std::endl;
cmCTestLog(this->CTest, HANDLER_OUTPUT, "\t" << std::setw(3)
- << ftit->TestCount << " - " << ftit->Name.c_str() << " ("
- << this->GetTestStatus(ftit->Status) << ")" << std::endl);
+ << ftit->TestCount << " - "
+ << ftit->Name.c_str() << " ("
+ << this->GetTestStatus(ftit->Status) << ")"
+ << std::endl);
}
}
@@ -1575,7 +1577,8 @@ std::string cmCTestTestHandler
attemptedConfigs,
filepath,filename);
- // even if a fullpath was specified also try it relative to the current directory
+ // even if a fullpath was specified also try it relative to the current
+ // directory
if (filepath.size() && filepath[0] == '/')
{
std::string localfilepath = filepath.substr(1,filepath.size()-1);