From 76e5344590f6259fcfc73d35e286509f9e260678 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 11 Apr 2007 10:00:56 -0400 Subject: [PATCH] STYLE: Fixed line-too-long. --- Source/cmMarkAsAdvancedCommand.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmMarkAsAdvancedCommand.cxx b/Source/cmMarkAsAdvancedCommand.cxx index 1aed61698..93a843707 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());