comparison libinterp/corefcn/gl2ps-renderer.h @ 21174:a223cce1daa4

strip trailing space from source files we maintain * gl2ps-renderer.cc, gl2ps-renderer.h, pt-eval.cc CmplxCHOL.cc, sparse-lu.h, datetick.m, index.tst: Strip trailing whitespace.
author John W. Eaton <jwe@octave.org>
date Mon, 01 Feb 2016 08:53:01 -0500
parents 83ce7b8fb91c
children 9a5bb6996b16
comparison
equal deleted inserted replaced
21170:1edaf1ee65eb 21174:a223cce1daa4
67 GLint state = gl2psEndViewport (); 67 GLint state = gl2psEndViewport ();
68 if (state == GL2PS_NO_FEEDBACK) 68 if (state == GL2PS_NO_FEEDBACK)
69 warning ("gl2ps_renderer::draw_axes: empty feedback buffer and/or nothing else to print"); 69 warning ("gl2ps_renderer::draw_axes: empty feedback buffer and/or nothing else to print");
70 else if (state == GL2PS_ERROR) 70 else if (state == GL2PS_ERROR)
71 error ("gl2ps_renderer::draw_axes: gl2psEndPage returned GL2PS_ERROR"); 71 error ("gl2ps_renderer::draw_axes: gl2psEndPage returned GL2PS_ERROR");
72 72
73 buffer_overflow |= (state == GL2PS_OVERFLOW); 73 buffer_overflow |= (state == GL2PS_OVERFLOW);
74 } 74 }
75 75
76 void draw_text (const text::properties& props); 76 void draw_text (const text::properties& props);
77 void draw_pixels (GLsizei w, GLsizei h, GLenum format, 77 void draw_pixels (GLsizei w, GLsizei h, GLenum format,