# HG changeset patch # User jwe # Date 1045773949 0 # Node ID 4e23bfdd61726468962a8d6db1b865856c86ebf2 # Parent dc5f2b0d81cc0f8aa6ff8988d088f4addac9fef7 [project @ 2003-02-20 20:45:49 by jwe] diff -r dc5f2b0d81cc -r 4e23bfdd6172 src/variables.cc --- a/src/variables.cc Thu Feb 20 16:57:15 2003 +0000 +++ b/src/variables.cc Thu Feb 20 20:45:49 2003 +0000 @@ -257,7 +257,8 @@ // Is this octave_value a valid function? octave_function * -is_valid_function (const std::string& fcn_name, const std::string& warn_for, bool warn) +is_valid_function (const std::string& fcn_name, + const std::string& warn_for, bool warn) { octave_function *ans = 0; @@ -288,7 +289,8 @@ } octave_function * -is_valid_function (const octave_value& arg, const std::string& warn_for, bool warn) +is_valid_function (const octave_value& arg, + const std::string& warn_for, bool warn) { octave_function *ans = 0;