[Cmake-commits] [cmake-commits] king committed cmCTestUpdateHandler.cxx 1.47 1.48

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 6 14:41:58 EST 2009


Update of /cvsroot/CMake/CMake/Source/CTest
In directory public:/mounts/ram/cvs-serv25069/Source/CTest

Modified Files:
	cmCTestUpdateHandler.cxx 
Log Message:
STYLE: Remove trailing whitespace


Index: cmCTestUpdateHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestUpdateHandler.cxx,v
retrieving revision 1.47
retrieving revision 1.48
diff -C 2 -d -r1.47 -r1.48
*** cmCTestUpdateHandler.cxx	19 Oct 2008 14:44:16 -0000	1.47
--- cmCTestUpdateHandler.cxx	6 Jan 2009 19:41:56 -0000	1.48
***************
*** 253,257 ****
    std::string errors;
  
!   // make sure 
    std::string saveLCMessages;
    const char* lcmess = cmSystemTools::GetEnv("LC_MESSAGES");
--- 253,257 ----
    std::string errors;
  
!   // make sure
    std::string saveLCMessages;
    const char* lcmess = cmSystemTools::GetEnv("LC_MESSAGES");
***************
*** 260,264 ****
      saveLCMessages = lcmess;
      }
!   // 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))
--- 260,264 ----
      saveLCMessages = lcmess;
      }
!   // 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))
***************
*** 333,337 ****
      if(!this->CTest->InitializeFromCommand(this->Command))
        {
!       cmCTestLog(this->CTest, HANDLER_OUTPUT, 
                   " Fatal Error in initialize: "
                   << std::endl);
--- 333,337 ----
      if(!this->CTest->InitializeFromCommand(this->Command))
        {
!       cmCTestLog(this->CTest, HANDLER_OUTPUT,
                   " Fatal Error in initialize: "
                   << std::endl);



More information about the Cmake-commits mailing list