[cmake-commits] king committed cmMakefile.cxx 1.381 1.382

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Apr 5 09:19:31 EDT 2007


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

Modified Files:
	cmMakefile.cxx 
Log Message:
STYLE: Fix line-too-long.


Index: cmMakefile.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefile.cxx,v
retrieving revision 1.381
retrieving revision 1.382
diff -u -d -r1.381 -r1.382
--- cmMakefile.cxx	4 Apr 2007 16:05:10 -0000	1.381
+++ cmMakefile.cxx	5 Apr 2007 13:19:29 -0000	1.382
@@ -464,7 +464,8 @@
       {
       // pop the listfile off the stack
       this->ListFileStack.pop_back();
-      this->AddDefinition("CMAKE_PARENT_LIST_FILE", currentParentFile.c_str());
+      this->AddDefinition("CMAKE_PARENT_LIST_FILE",
+                          currentParentFile.c_str());
       this->AddDefinition("CMAKE_CURRENT_LIST_FILE", currentFile.c_str());
       return true;
       }



More information about the Cmake-commits mailing list