STYLE: fix line length

This commit is contained in:
Ken Martin
2006-05-12 13:44:15 -04:00
parent 3c4bfa1003
commit 2bb24565e5
4 changed files with 30 additions and 17 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
#include "cmRemoveDefinitionsCommand.h"
// cmRemoveDefinitionsCommand
bool cmRemoveDefinitionsCommand::InitialPass(std::vector<std::string> const& args)
bool cmRemoveDefinitionsCommand
::InitialPass(std::vector<std::string> const& args)
{
// it is OK to have no arguments
if(args.size() < 1 )