diff src/pt-eval.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 fd0a3ac60b0e
children 9f0f2c226053
line wrap: on
line diff
--- a/src/pt-eval.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/pt-eval.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -868,7 +868,7 @@
 tree_evaluator::visit_try_catch_command (tree_try_catch_command& cmd)
 {
   unwind_protect frame;
-  
+
   frame.protect_var (buffer_error_messages);
   frame.protect_var (Vdebug_on_error);
   frame.protect_var (Vdebug_on_warning);
@@ -925,7 +925,7 @@
 
   // We want to preserve the last statement indicator for possible
   // backtracking.
-  frame.add_fcn (octave_call_stack::set_statement, 
+  frame.add_fcn (octave_call_stack::set_statement,
                  octave_call_stack::current_statement ());
 
   // Similarly, if we have seen a return or break statement, allow all