Przeglądaj źródła

STYLE: Fixed line-too-long.

Brad King 18 lat temu
rodzic
commit
99dfcc05ef
1 zmienionych plików z 2 dodań i 1 usunięć
  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 cmake::Configure()
 {
 {
   int ret = this->ActualConfigure();
   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)
   if(delCacheVars && delCacheVars[0] != 0)
     {
     {
     return this->HandleDeleteCacheVariables(delCacheVars);
     return this->HandleDeleteCacheVariables(delCacheVars);