mirror of
https://github.com/reactos/CMake.git
synced 2025-02-23 13:32:49 +00:00
STYLE: Fixed line-too-long.
This commit is contained in:
parent
51afbced0f
commit
76e5344590
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user