STYLE: Remove trailing whitespace

This commit is contained in:
Brad King 2009-01-06 14:41:56 -05:00
parent 6ea3c461a0
commit c2d2a412b8

View File

@ -252,14 +252,14 @@ int cmCTestUpdateHandler::ProcessHandler()
std::string goutput; std::string goutput;
std::string errors; std::string errors;
// make sure // make sure
std::string saveLCMessages; std::string saveLCMessages;
const char* lcmess = cmSystemTools::GetEnv("LC_MESSAGES"); const char* lcmess = cmSystemTools::GetEnv("LC_MESSAGES");
if(lcmess) if(lcmess)
{ {
saveLCMessages = 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 // set it, so that svn/cvs info will be in english ascii
if(! (lcmess && strcmp(lcmess, "C") == 0)) if(! (lcmess && strcmp(lcmess, "C") == 0))
{ {
@ -332,7 +332,7 @@ int cmCTestUpdateHandler::ProcessHandler()
} }
if(!this->CTest->InitializeFromCommand(this->Command)) if(!this->CTest->InitializeFromCommand(this->Command))
{ {
cmCTestLog(this->CTest, HANDLER_OUTPUT, cmCTestLog(this->CTest, HANDLER_OUTPUT,
" Fatal Error in initialize: " " Fatal Error in initialize: "
<< std::endl); << std::endl);
cmSystemTools::SetFatalErrorOccured(); cmSystemTools::SetFatalErrorOccured();