STYLE: fix line length

This commit is contained in:
Ken Martin
2006-05-11 15:50:11 -04:00
parent 80f71359c1
commit ba2b99bb9f
17 changed files with 82 additions and 56 deletions

View File

@@ -17,7 +17,8 @@
#include "cmInstallFilesCommand.h"
// cmExecutableCommand
bool cmInstallFilesCommand::InitialPass(std::vector<std::string> const& argsIn)
bool cmInstallFilesCommand
::InitialPass(std::vector<std::string> const& argsIn)
{
if(argsIn.size() < 2)
{