diff libinterp/corefcn/gl-render.cc @ 23863:56b7352fa456

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Thu, 10 Aug 2017 11:54:40 -0400
parents 7148b237f94f
children 78ff6ba5cbb1
line wrap: on
line diff
--- a/libinterp/corefcn/gl-render.cc	Thu Aug 10 11:53:25 2017 -0400
+++ b/libinterp/corefcn/gl-render.cc	Thu Aug 10 11:54:40 2017 -0400
@@ -2108,7 +2108,7 @@
 
     setup_opengl_transformation (props);
 
-    // For 2D axes with only 2D primitives, draw from back to front without 
+    // For 2D axes with only 2D primitives, draw from back to front without
     // depth sorting
     bool is2D = props.get_is2D (true);
     if (is2D)