diff libinterp/corefcn/gl-render.cc @ 21602:47c76e56a1de

maint: Remove extra space between end of statement and semicolon. * bsxfun.cc, data.cc, gl-render.cc, graphics.cc, ls-mat4.h, amd.cc, audioread.cc, ccolamd.cc, colamd.cc, eigs-base.cc, sparse-chol.cc, sparse-dmsolve.cc, Sparse-op-defs.h, bicubic.m, sprandsym.m: maint: Remove extra space between end of statement and semicolon.
author Rik <rik@octave.org>
date Sun, 10 Apr 2016 20:45:01 -0700
parents 385b67d48dda
children 53728df3e4c9
line wrap: on
line diff
--- a/libinterp/corefcn/gl-render.cc	Sun Apr 10 20:18:22 2016 -0700
+++ b/libinterp/corefcn/gl-render.cc	Sun Apr 10 20:45:01 2016 -0700
@@ -2934,7 +2934,7 @@
       if (im_xmin < xmin)
         j0 += (xmin - im_xmin)/nor_dx + 1;
       if (im_xmax > xmax)
-        j1 -= (im_xmax - xmax)/nor_dx ;
+        j1 -= (im_xmax - xmax)/nor_dx;
 
       if (im_ymin < ymin)
         i0 += (ymin - im_ymin)/nor_dy + 1;