diff src/gl2ps-renderer.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents cda4aa780d58
children c8da31f12c1d
line wrap: on
line diff
--- a/src/gl2ps-renderer.h	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/gl2ps-renderer.h	Thu Jan 20 17:24:59 2011 -0500
@@ -26,13 +26,13 @@
 #include "gl-render.h"
 #include "gl2ps.h"
 
-class 
+class
 OCTINTERP_API
 glps_renderer : public opengl_renderer
 {
 public:
-  glps_renderer (const int _fid, const std::string& _term) 
-    : opengl_renderer () , fid (_fid), term (_term), 
+  glps_renderer (const int _fid, const std::string& _term)
+    : opengl_renderer () , fid (_fid), term (_term),
     fontsize (), fontname () { }
 
   ~glps_renderer (void) { }
@@ -49,7 +49,7 @@
   virtual void set_font (const base_properties& props);
 
   virtual void draw_text (const text::properties& props);
-  virtual void draw_pixels (GLsizei w, GLsizei h, GLenum format, 
+  virtual void draw_pixels (GLsizei w, GLsizei h, GLenum format,
                             GLenum type, const GLvoid *data);
 
   virtual void set_linestyle (const std::string& s, bool use_stipple)