ENH: fix line length style stuff

This commit is contained in:
Bill Hoffman
2006-03-10 11:13:15 -05:00
parent e0be3c7125
commit 6b47b28867
18 changed files with 73 additions and 35 deletions
+2 -1
View File
@@ -119,7 +119,8 @@ protected:
bool RegexMatch(std::vector<std::string> const& args);
bool RegexMatchAll(std::vector<std::string> const& args);
bool RegexReplace(std::vector<std::string> const& args);
bool HandleToUpperLowerCommand(std::vector<std::string> const& args, bool toUpper);
bool HandleToUpperLowerCommand(std::vector<std::string> const& args,
bool toUpper);
bool HandleCompareCommand(std::vector<std::string> const& args);
bool HandleReplaceCommand(std::vector<std::string> const& args);
bool HandleLengthCommand(std::vector<std::string> const& args);