changeset 4345:4e23bfdd6172

[project @ 2003-02-20 20:45:49 by jwe]
author jwe
date Thu, 20 Feb 2003 20:45:49 +0000
parents dc5f2b0d81cc
children d39de791ef9c
files src/variables.cc
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;