diff src/variables.cc @ 4345:4e23bfdd6172

[project @ 2003-02-20 20:45:49 by jwe]
author jwe
date Thu, 20 Feb 2003 20:45:49 +0000
parents 813effe14ee1
children d700cfed902a
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;