summaryrefslogtreecommitdiffstats
path: root/Source/cmOutputRequiredFilesCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 17:39:34 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-12 17:39:34 (GMT)
commit3c4bfa10037d91f89fc25c51da5239136148bfa6 (patch)
tree5fde5eb521554fe859254282413a8f0e4c1e4eb7 /Source/cmOutputRequiredFilesCommand.cxx
parent47c7108111a7fdd0b5df8d3e2561aa8d544bae34 (diff)
downloadCMake-3c4bfa10037d91f89fc25c51da5239136148bfa6.zip
CMake-3c4bfa10037d91f89fc25c51da5239136148bfa6.tar.gz
CMake-3c4bfa10037d91f89fc25c51da5239136148bfa6.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmOutputRequiredFilesCommand.cxx')
-rw-r--r--Source/cmOutputRequiredFilesCommand.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmOutputRequiredFilesCommand.cxx b/Source/cmOutputRequiredFilesCommand.cxx
index 600e008..1a92249 100644
--- a/Source/cmOutputRequiredFilesCommand.cxx
+++ b/Source/cmOutputRequiredFilesCommand.cxx
@@ -176,7 +176,8 @@ void cmLBDepend::DependWalk(cmDependInformation* info)
}
// cmOutputRequiredFilesCommand
-bool cmOutputRequiredFilesCommand::InitialPass(std::vector<std::string> const& args)
+bool cmOutputRequiredFilesCommand
+::InitialPass(std::vector<std::string> const& args)
{
if(args.size() != 2 )
{