STYLE: Fixed line-too-long.

This commit is contained in:
Brad King 2007-12-15 14:13:14 -05:00
parent f143856371
commit 99dfcc05ef
1 changed files with 2 additions and 1 deletions

View File

@ -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);