diff libinterp/octave-value/ov.h @ 23843:a52eb3f210af

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Tue, 08 Aug 2017 18:21:07 -0400
parents 6e0fd7e3c262
children d56c18dc1373
line wrap: on
line diff
--- a/libinterp/octave-value/ov.h	Tue Aug 08 18:18:01 2017 -0400
+++ b/libinterp/octave-value/ov.h	Tue Aug 08 18:21:07 2017 -0400
@@ -591,7 +591,7 @@
 
   bool is_classdef_object (void) const
   { return rep->is_classdef_object (); }
-  
+
   bool is_package (void) const
   { return rep->is_package (); }