STYLE: fix line length

This commit is contained in:
Ken Martin
2006-05-10 13:50:44 -04:00
parent 26e75041fa
commit aae0bcdacf
10 changed files with 33 additions and 20 deletions
+3 -4
View File
@@ -22,10 +22,9 @@
// cmExecutableCommand
bool cmAddTestCommand::InitialPass(std::vector<std::string> const& args)
{
// First argument is the name of the test
// Second argument is the name of the executable to run (a target or external
// program)
// Remaining arguments are the arguments to pass to the executable
// First argument is the name of the test Second argument is the name of
// the executable to run (a target or external program) Remaining arguments
// are the arguments to pass to the executable
if(args.size() < 2 )
{
this->SetError("called with incorrect number of arguments");