comparison libinterp/corefcn/sparse.cc @ 21062:d9c1884d1aaa

maint: Eliminate space between variable and decrement '--' operator. * data.cc, dlmread.cc, sparse.cc: Eliminate space between variable and decrement '--' operator.
author Rik <rik@octave.org>
date Wed, 13 Jan 2016 22:30:10 -0800
parents b17fda023ca6
children e39e05d90788
comparison
equal deleted inserted replaced
21061:220506787b93 21062:d9c1884d1aaa
177 octave_idx_type m, n, nzmax; 177 octave_idx_type m, n, nzmax;
178 m = n = nzmax = -1; 178 m = n = nzmax = -1;
179 if (nargin == 6) 179 if (nargin == 6)
180 { 180 {
181 nzmax = args(5).idx_type_value (); 181 nzmax = args(5).idx_type_value ();
182 nargin --; 182 nargin--;
183 } 183 }
184 184
185 if (nargin == 5) 185 if (nargin == 5)
186 { 186 {
187 get_dimensions (args(3), args(4), "sparse", m, n); 187 get_dimensions (args(3), args(4), "sparse", m, n);