diff libinterp/parse-tree/pt-eval.h @ 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 2699c5974844
line wrap: on
line diff
--- 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;