STYLE: Fixed line-too-long.

This commit is contained in:
Brad King 2007-04-11 10:00:56 -04:00
parent 51afbced0f
commit 76e5344590
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ bool cmMarkAsAdvancedCommand
if ( it.IsAtEnd() )
{
this->Makefile->GetCacheManager()
->AddCacheEntry(variable.c_str(), 0, 0, cmCacheManager::UNINITIALIZED);
->AddCacheEntry(variable.c_str(), 0, 0,
cmCacheManager::UNINITIALIZED);
overwrite = true;
}
it.Find(variable.c_str());