diff libinterp/corefcn/gl-render.cc @ 24634:ab2321d4ba03

maint: strip trailing whitespace from source files * genpropdoc.m, Canvas.cc, data.cc, dlmread.cc, gl-render.cc, oct-stream.cc, ov-flt-cx-mat.cc, toascii.m, isequal.m, isequaln.m, setappdata.m, grid.m, legend.m, colorbar.m, findobj.m, bounds.m, corrcoef.m, erase.m, isstring.m, mkoctfile.in.cc: Strip trailing whitespace.
author John W. Eaton <jwe@octave.org>
date Mon, 22 Jan 2018 02:17:46 -0500
parents 194eb4bd202b
children af6c1ed60581
line wrap: on
line diff
--- a/libinterp/corefcn/gl-render.cc	Sun Jan 21 10:39:19 2018 -0500
+++ b/libinterp/corefcn/gl-render.cc	Mon Jan 22 02:17:46 2018 -0500
@@ -625,7 +625,7 @@
   opengl_renderer::opengl_renderer (void)
     : toolkit (), xform (), xmin (), xmax (), ymin (), ymax (),
       zmin (), zmax (), xZ1 (), xZ2 (), marker_id (), filled_marker_id (),
-      camera_pos (), camera_dir (), interpreter ("none"), txt_renderer (), 
+      camera_pos (), camera_dir (), interpreter ("none"), txt_renderer (),
       selecting (false)
   {
     // This constructor will fail if we don't have OpenGL or if the data
@@ -1391,7 +1391,7 @@
     int xstate = props.get_xstate ();
 
     if (xstate != AXE_DEPTH_DIR
-        && (props.is_visible () 
+        && (props.is_visible ()
             || (selecting && props.pickableparts_is ("all"))))
       {
         int zstate = props.get_zstate ();
@@ -1574,7 +1574,7 @@
     int ystate = props.get_ystate ();
 
     if (ystate != AXE_DEPTH_DIR && props.is_visible ()
-        && (props.is_visible () 
+        && (props.is_visible ()
             || (selecting && props.pickableparts_is ("all"))))
       {
         int zstate = props.get_zstate ();
@@ -1756,7 +1756,7 @@
     int zstate = props.get_zstate ();
 
     if (zstate != AXE_DEPTH_DIR && props.is_visible ()
-        && (props.is_visible () 
+        && (props.is_visible ()
             || (selecting && props.pickableparts_is ("all"))))
       {
         bool xySym = props.get_xySym ();