changeset 23458:0f4ed33886de

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Fri, 28 Apr 2017 16:40:17 -0400
parents 21baad6b35c4
children ddcbf10c8c39
files libinterp/parse-tree/pt-assign.h libinterp/parse-tree/pt-eval.cc libinterp/parse-tree/pt-eval.h
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-assign.h	Fri Apr 28 13:19:12 2017 -0700
+++ b/libinterp/parse-tree/pt-assign.h	Fri Apr 28 16:40:17 2017 -0400
@@ -83,7 +83,7 @@
     {
       tw.visit_simple_assignment (*this);
     }
-    
+
     octave_value::assign_op op_type (void) const { return etype; }
 
   private:
--- a/libinterp/parse-tree/pt-eval.cc	Fri Apr 28 13:19:12 2017 -0700
+++ b/libinterp/parse-tree/pt-eval.cc	Fri Apr 28 16:40:17 2017 -0400
@@ -300,7 +300,7 @@
 
             if (b.is_defined ())
               {
-                octave_value::binary_op etype = expr.op_type ();                
+                octave_value::binary_op etype = expr.op_type ();
 
                 val = ::do_binary_op (etype, a, b);
               }
@@ -1130,7 +1130,7 @@
     octave_value_list retval;
 
     int nargout = m_nargout_stack.top ();
-    
+
     octave_value first_expr_val;
 
     octave_value_list first_args;
@@ -1314,7 +1314,7 @@
 
     m_value_stack.push (retval);
   }
-  
+
   void
   tree_evaluator::visit_matrix (tree_matrix& expr)
   {
--- a/libinterp/parse-tree/pt-eval.h	Fri Apr 28 13:19:12 2017 -0700
+++ b/libinterp/parse-tree/pt-eval.h	Fri Apr 28 16:40:17 2017 -0400
@@ -79,7 +79,7 @@
         while (! m_stack.empty ())
           m_stack.pop ();
       }
-      
+
     private:
 
       std::stack<T> m_stack;