summaryrefslogtreecommitdiffstats
path: root/Source/cmMarkAsAdvancedCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-04-11 14:00:56 (GMT)
committerBrad King <brad.king@kitware.com>2007-04-11 14:00:56 (GMT)
commit76e5344590f6259fcfc73d35e286509f9e260678 (patch)
treeadd28c41684f9a832699eac0a7be71d3b07f2b4b /Source/cmMarkAsAdvancedCommand.cxx
parent51afbced0f5bbea96be740572304f43cceddf7ed (diff)
downloadCMake-76e5344590f6259fcfc73d35e286509f9e260678.zip
CMake-76e5344590f6259fcfc73d35e286509f9e260678.tar.gz
CMake-76e5344590f6259fcfc73d35e286509f9e260678.tar.bz2
STYLE: Fixed line-too-long.
Diffstat (limited to 'Source/cmMarkAsAdvancedCommand.cxx')
-rw-r--r--Source/cmMarkAsAdvancedCommand.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMarkAsAdvancedCommand.cxx b/Source/cmMarkAsAdvancedCommand.cxx
index 1aed616..93a8437 100644
--- a/Source/cmMarkAsAdvancedCommand.cxx
+++ b/Source/cmMarkAsAdvancedCommand.cxx
@@ -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());