diff libgui/graphics/Canvas.cc @ 26995:ab5bfee22d18

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Wed, 27 Mar 2019 23:32:07 +0000
parents 992f55ef87f5
children 30e9204de313
line wrap: on
line diff
--- a/libgui/graphics/Canvas.cc	Wed Mar 27 23:26:27 2019 +0000
+++ b/libgui/graphics/Canvas.cc	Wed Mar 27 23:32:07 2019 +0000
@@ -567,7 +567,7 @@
           && axesObj.get_properties ().handlevisibility_is ("on")
           && axesObj.get_properties ().get_tag () != "legend"
           && axesObj.get_properties ().get_tag () != "colorbar";
-        
+
         if (valid_axes)
           Utils::properties<figure> (figObj)
             .set_currentaxes (axesObj.get_handle ().as_octave_value ());