diff src/ov-usr-fcn.cc @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents 1e4dfc7a9487
children 7a5aacf65f81
line wrap: on
line diff
--- a/src/ov-usr-fcn.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/ov-usr-fcn.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -83,7 +83,7 @@
 octave_user_script::octave_user_script (const std::string& fnm,
                                         const std::string& nm,
                                         const std::string& ds)
-  : octave_user_code (nm, ds), cmd_list (0), file_name (fnm), 
+  : octave_user_code (nm, ds), cmd_list (0), file_name (fnm),
     t_parsed (static_cast<time_t> (0)),
     t_checked (static_cast<time_t> (0)),
     call_depth (-1)
@@ -462,7 +462,7 @@
       octave_call_stack::backtrace_error_message ();
       return retval;
     }
-  
+
   // Copy return values out.
 
   if (ret_list && ! special_expr)
@@ -569,7 +569,7 @@
 
   if (takes_varargs ())
     symbol_table::varref ("varargin") = va_args.cell_value ();
-  
+
   if (lvalue_list)
     {
       octave_idx_type nbh = 0;