diff liboctave/operators/Sparse-op-defs.h @ 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 6c2fd62db1f7
children b571fc85953f
line wrap: on
line diff
--- a/liboctave/operators/Sparse-op-defs.h	Sun Apr 10 20:18:22 2016 -0700
+++ b/liboctave/operators/Sparse-op-defs.h	Sun Apr 10 20:45:01 2016 -0700
@@ -1552,7 +1552,7 @@
           octave_idx_type nel = 0; \
           for (octave_idx_type i = 0; i < nr; i++) \
             if (tmp[i] != EL_TYPE ())  \
-              nel++ ; \
+              nel++; \
           retval = RET_TYPE (nr, static_cast<octave_idx_type> (1), nel); \
           retval.cidx (0) = 0; \
           retval.cidx (1) = nel; \
@@ -1579,7 +1579,7 @@
           octave_idx_type nel = 0; \
           for (octave_idx_type i = 0; i < nc; i++) \
             if (tmp[i] != EL_TYPE ())  \
-              nel++ ; \
+              nel++; \
           retval = RET_TYPE (static_cast<octave_idx_type> (1), nc, nel); \
           retval.cidx (0) = 0; \
           nel = 0; \