diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-12 17:39:34 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-12 17:39:34 (GMT) |
commit | 3c4bfa10037d91f89fc25c51da5239136148bfa6 (patch) | |
tree | 5fde5eb521554fe859254282413a8f0e4c1e4eb7 /Source/cmOutputRequiredFilesCommand.cxx | |
parent | 47c7108111a7fdd0b5df8d3e2561aa8d544bae34 (diff) | |
download | CMake-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.cxx | 3 |
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 ) { |