diff libinterp/corefcn/gl2ps-print.cc @ 22910:23847979b91e

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Fri, 16 Dec 2016 10:20:35 -0500
parents 87e3163f6c87
children ef4d915df748
line wrap: on
line diff
--- a/libinterp/corefcn/gl2ps-print.cc	Fri Dec 16 10:56:23 2016 -0500
+++ b/libinterp/corefcn/gl2ps-print.cc	Fri Dec 16 10:20:35 2016 -0500
@@ -127,7 +127,7 @@
     void set_linecap (const std::string& s)
       {
         octave::opengl_renderer::set_linejoin (s);
-      
+
 #if defined (HAVE_GL2PSLINEJOIN)
         if (s == "butt")
           gl2psLineCap (GL2PS_LINE_CAP_BUTT);
@@ -141,7 +141,7 @@
     void set_linejoin (const std::string& s)
     {
       octave::opengl_renderer::set_linejoin (s);
-      
+
 #if defined (HAVE_GL2PSLINEJOIN)
       if (s == "round")
         gl2psLineJoin (GL2PS_LINE_JOIN_ROUND);