diff options
author | Brad King <brad.king@kitware.com> | 2007-04-11 14:00:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-04-11 14:00:56 (GMT) |
commit | 76e5344590f6259fcfc73d35e286509f9e260678 (patch) | |
tree | add28c41684f9a832699eac0a7be71d3b07f2b4b /Source/cmMarkAsAdvancedCommand.cxx | |
parent | 51afbced0f5bbea96be740572304f43cceddf7ed (diff) | |
download | CMake-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.cxx | 3 |
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()); |