Mercurial > hg > octave-nkf
diff liboctave/sparse-sort.cc @ 10314:07ebe522dac2
untabify liboctave C++ sources
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 11 Feb 2010 12:23:32 -0500 |
parents | 4c0cdbe0acca |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/liboctave/sparse-sort.cc +++ b/liboctave/sparse-sort.cc @@ -39,7 +39,7 @@ bool octave_sparse_sidxl_comp (octave_sparse_sort_idxl* i, - octave_sparse_sort_idxl* j) + octave_sparse_sort_idxl* j) { octave_idx_type tmp = i->c - j->c; if (tmp < 0) @@ -55,7 +55,7 @@ // sparse assignments, and this class does that bool octave_idx_vector_comp (octave_idx_vector_sort* i, - octave_idx_vector_sort* j) + octave_idx_vector_sort* j) { return (i->i < j->i); }