Mercurial > hg > octave-nkf
diff liboctave/oct-locbuf.h @ 15022:e47b4e8c2714
maint: Use space after OCTAVE_LOCAL_BUFFER invocation in liboctave source code.
* MatrixType.cc, Sparse-perm-op-defs.h, oct-locbuf.h: Use space after
OCTAVE_LOCAL_BUFFER invocation in liboctave source code.
author | Rik <rik@octave.org> |
---|---|
date | Thu, 26 Jul 2012 09:43:23 -0700 (2012-07-26) |
parents | 560317fd5977 |
children |
line wrap: on
line diff
--- a/liboctave/oct-locbuf.h +++ b/liboctave/oct-locbuf.h @@ -204,7 +204,7 @@ // about shadowed parameters. #define OCTAVE_LOCAL_BUFFER_INIT(T, buf, size, value) \ - OCTAVE_LOCAL_BUFFER(T, buf, size); \ + OCTAVE_LOCAL_BUFFER (T, buf, size); \ for (size_t _buf_iter = 0, _buf_size = size; \ _buf_iter < _buf_size; _buf_iter++) \ buf[_buf_iter] = value