summaryrefslogtreecommitdiffstats
path: root/Source/cmMarkAsAdvancedCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 16:29:09 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-12 16:29:09 (GMT)
commit47c7108111a7fdd0b5df8d3e2561aa8d544bae34 (patch)
tree6f12d2c07ffb05a5f3e18be0dd8718f1114e1e32 /Source/cmMarkAsAdvancedCommand.cxx
parent7dc8a92246ced17f9f3cf6161f2ef07bdda51014 (diff)
downloadCMake-47c7108111a7fdd0b5df8d3e2561aa8d544bae34.zip
CMake-47c7108111a7fdd0b5df8d3e2561aa8d544bae34.tar.gz
CMake-47c7108111a7fdd0b5df8d3e2561aa8d544bae34.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmMarkAsAdvancedCommand.cxx')
-rw-r--r--Source/cmMarkAsAdvancedCommand.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmMarkAsAdvancedCommand.cxx b/Source/cmMarkAsAdvancedCommand.cxx
index 2034d4c..23d572a 100644
--- a/Source/cmMarkAsAdvancedCommand.cxx
+++ b/Source/cmMarkAsAdvancedCommand.cxx
@@ -17,7 +17,8 @@
#include "cmMarkAsAdvancedCommand.h"
// cmMarkAsAdvancedCommand
-bool cmMarkAsAdvancedCommand::InitialPass(std::vector<std::string> const& args)
+bool cmMarkAsAdvancedCommand
+::InitialPass(std::vector<std::string> const& args)
{
if(args.size() < 1 )
{
@@ -41,7 +42,8 @@ bool cmMarkAsAdvancedCommand::InitialPass(std::vector<std::string> const& args)
{
std::string variable = args[i];
cmCacheManager* manager = this->Makefile->GetCacheManager();
- cmCacheManager::CacheIterator it = manager->GetCacheIterator(variable.c_str());
+ cmCacheManager::CacheIterator it =
+ manager->GetCacheIterator(variable.c_str());
if ( it.IsAtEnd() )
{
this->Makefile->AddCacheDefinition(variable.c_str(), 0, 0,