STYLE: Fixed line-too-long.
This commit is contained in:
parent
51afbced0f
commit
76e5344590
|
@ -47,7 +47,8 @@ bool cmMarkAsAdvancedCommand
|
||||||
if ( it.IsAtEnd() )
|
if ( it.IsAtEnd() )
|
||||||
{
|
{
|
||||||
this->Makefile->GetCacheManager()
|
this->Makefile->GetCacheManager()
|
||||||
->AddCacheEntry(variable.c_str(), 0, 0, cmCacheManager::UNINITIALIZED);
|
->AddCacheEntry(variable.c_str(), 0, 0,
|
||||||
|
cmCacheManager::UNINITIALIZED);
|
||||||
overwrite = true;
|
overwrite = true;
|
||||||
}
|
}
|
||||||
it.Find(variable.c_str());
|
it.Find(variable.c_str());
|
||||||
|
|
Loading…
Reference in New Issue