diff src/input.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 d6619410e79c
children 0947d399cff4
line wrap: on
line diff
--- a/src/input.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/input.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -966,7 +966,7 @@
   frame.protect_var (Vsaving_history);
   frame.protect_var (Vdebugging);
 
-  frame.add_fcn (octave_call_stack::restore_frame, 
+  frame.add_fcn (octave_call_stack::restore_frame,
                  octave_call_stack::current_frame ());
 
   // FIXME -- probably we just want to print one line, not the
@@ -1013,7 +1013,7 @@
     {
       unwind_protect frame;
 
-      frame.add_fcn (octave_call_stack::restore_frame, 
+      frame.add_fcn (octave_call_stack::restore_frame,
                      octave_call_stack::current_frame ());
 
       // Skip the frame assigned to the keyboard function.