[cmake-commits] king committed cmake.cxx 1.340 1.341

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Dec 15 14:13:16 EST 2007


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

Modified Files:
	cmake.cxx 
Log Message:
STYLE: Fixed line-too-long.


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -d -r1.340 -r1.341
--- cmake.cxx	13 Dec 2007 23:30:53 -0000	1.340
+++ cmake.cxx	15 Dec 2007 19:13:14 -0000	1.341
@@ -1816,7 +1816,8 @@
 int cmake::Configure()
 {
   int ret = this->ActualConfigure();
-  const char* delCacheVars = this->GetProperty("__CMAKE_DELETE_CACHE_CHANGE_VARS_");
+  const char* delCacheVars =
+    this->GetProperty("__CMAKE_DELETE_CACHE_CHANGE_VARS_");
   if(delCacheVars && delCacheVars[0] != 0)
     {
     return this->HandleDeleteCacheVariables(delCacheVars);



More information about the Cmake-commits mailing list