diff src/gl2ps-renderer.h @ 10313:f3b65e1ae355

untabify src header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:16:43 -0500
parents cd96d29c5efa
children 2224236440c0
line wrap: on
line diff
--- a/src/gl2ps-renderer.h	Thu Feb 11 12:14:48 2010 -0500
+++ b/src/gl2ps-renderer.h	Thu Feb 11 12:16:43 2010 -0500
@@ -41,14 +41,14 @@
 protected:
 
   virtual Matrix render_text (const std::string& txt,
-			      double x, double y, double z,
-			      int halign, int valign, double rotation = 0.0);
+                              double x, double y, double z,
+                              int halign, int valign, double rotation = 0.0);
 
 
   virtual void set_font (const base_properties& props);
 
   virtual void draw_pixels (GLsizei w, GLsizei h, GLenum format, 
-			    GLenum type, const GLvoid *data);
+                            GLenum type, const GLvoid *data);
 
   virtual void set_linestyle (const std::string& s, bool use_stipple)
   {