# HG changeset patch # User jwe # Date 1045773949 0 # Node ID 4e23bfdd61726468962a8d6db1b865856c86ebf2 # Parent dc5f2b0d81cc0f8aa6ff8988d088f4addac9fef7 [project @ 2003-02-20 20:45:49 by jwe] diff --git a/src/variables.cc b/src/variables.cc --- a/src/variables.cc +++ b/src/variables.cc @@ -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;