summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestUpdateHandler.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-01-06 14:41:56 -0500
committerBrad King <brad.king@kitware.com>2009-01-06 14:41:56 -0500
commitc2d2a412b86e58dbc2ebcf9c5eb68866d6d3fad3 (patch)
tree3e434deedceb97681a99cc961841e2012985ecfe /Source/CTest/cmCTestUpdateHandler.cxx
parent6ea3c461a07c71ae2fee6172befb778247dd73e2 (diff)
downloadcmake-c2d2a412b86e58dbc2ebcf9c5eb68866d6d3fad3.tar.gz
STYLE: Remove trailing whitespace
Diffstat (limited to 'Source/CTest/cmCTestUpdateHandler.cxx')
-rw-r--r--Source/CTest/cmCTestUpdateHandler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/CTest/cmCTestUpdateHandler.cxx b/Source/CTest/cmCTestUpdateHandler.cxx
index fe2d70a088..2684149b37 100644
--- a/Source/CTest/cmCTestUpdateHandler.cxx
+++ b/Source/CTest/cmCTestUpdateHandler.cxx
@@ -252,14 +252,14 @@ int cmCTestUpdateHandler::ProcessHandler()
std::string goutput;
std::string errors;
- // make sure
+ // make sure
std::string saveLCMessages;
const char* lcmess = cmSystemTools::GetEnv("LC_MESSAGES");
if(lcmess)
{
saveLCMessages = lcmess;
}
- // if LC_MESSAGES is not set to C, then
+ // if LC_MESSAGES is not set to C, then
// set it, so that svn/cvs info will be in english ascii
if(! (lcmess && strcmp(lcmess, "C") == 0))
{
@@ -332,7 +332,7 @@ int cmCTestUpdateHandler::ProcessHandler()
}
if(!this->CTest->InitializeFromCommand(this->Command))
{
- cmCTestLog(this->CTest, HANDLER_OUTPUT,
+ cmCTestLog(this->CTest, HANDLER_OUTPUT,
" Fatal Error in initialize: "
<< std::endl);
cmSystemTools::SetFatalErrorOccured();