diff liboctave/MatrixType.cc @ 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
parents 560317fd5977
children
line wrap: on
line diff
--- a/liboctave/MatrixType.cc
+++ b/liboctave/MatrixType.cc
@@ -74,7 +74,7 @@
       bool hermitian = true;
 
       // do the checks for lower/upper/hermitian all in one pass.
-      OCTAVE_LOCAL_BUFFER(T, diag, ncols);
+      OCTAVE_LOCAL_BUFFER (T, diag, ncols);
 
       for (octave_idx_type j = 0;
            j < ncols && upper; j++)
@@ -132,7 +132,7 @@
       bool hermitian = true;
 
       // do the checks for lower/upper/hermitian all in one pass.
-      OCTAVE_LOCAL_BUFFER(T, diag, ncols);
+      OCTAVE_LOCAL_BUFFER (T, diag, ncols);
 
       for (octave_idx_type j = 0;
            j < ncols && upper; j++)