فهرست منبع

STYLE: Fixed line-too-long.

Brad King 18 سال پیش
والد
کامیت
99dfcc05ef
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      Source/cmake.cxx

+ 2 - 1
Source/cmake.cxx

@@ -1816,7 +1816,8 @@ int cmake::HandleDeleteCacheVariables(const char* var)
 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);