[Cmake-commits] [cmake-commits] hoffman committed cmMakefile.cxx 1.458 1.459

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Mar 12 09:25:16 EDT 2008


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

Modified Files:
	cmMakefile.cxx 
Log Message:
STYLE: fix line len


Index: cmMakefile.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefile.cxx,v
retrieving revision 1.458
retrieving revision 1.459
diff -C 2 -d -r1.458 -r1.459
*** cmMakefile.cxx	11 Mar 2008 21:27:24 -0000	1.458
--- cmMakefile.cxx	12 Mar 2008 13:25:14 -0000	1.459
***************
*** 285,289 ****
  
  //----------------------------------------------------------------------------
! void cmMakefile::IssueMessage(cmake::MessageType t, std::string const& text) const
  {
    cmOStringStream msg;
--- 285,290 ----
  
  //----------------------------------------------------------------------------
! void cmMakefile::IssueMessage(cmake::MessageType t,
!                               std::string const& text) const
  {
    cmOStringStream msg;
***************
*** 623,627 ****
        if(endScopeNicely)
          {
!         this->IssueMessage(cmake::FATAL_ERROR, "cmake_policy PUSH without matching POP");
          }
        this->PopPolicy(false);
--- 624,629 ----
        if(endScopeNicely)
          {
!         this->IssueMessage(cmake::FATAL_ERROR, 
!                            "cmake_policy PUSH without matching POP");
          }
        this->PopPolicy(false);



More information about the Cmake-commits mailing list