comparison liboctave/array/CSparse.cc @ 21562:6c2fd62db1f7

maint: Eliminate accidental double spaces in code. * make_int.cc, file-editor-tab.h, file-editor.cc, shortcut-manager.h, __contourc__.cc, cellfun.cc, debug.cc, errwarn.h, graphics.in.h, jit-ir.h, oct-stream.cc, quadcc.cc, qz.cc, sparse-xdiv.cc, symtab.cc, __init_fltk__.cc, ov-class.cc, ov-float.h, ov-scalar.h, op-int.h, CNDArray.cc, CSparse.cc, MSparse.cc, Sparse.cc, boolNDArray.cc, chNDArray.cc, dNDArray.cc, dSparse.cc, fCNDArray.cc, fNDArray.cc, int16NDArray.cc, int32NDArray.cc, int64NDArray.cc, int8NDArray.cc, intNDArray.cc, uint16NDArray.cc, uint32NDArray.cc, uint64NDArray.cc, uint8NDArray.cc, randgamma.h, randmtzig.h, randpoisson.c, randpoisson.h, Sparse-op-defs.h, oct-time.cc, kpse.cc, lo-array-errwarn.h, lo-ieee.h, del2.m, num2str.m, __isequal__.m, lookfor.m, hsv2rgb.m, colorspace_conversion_revert.m, fminbnd.m, create_pkgadddel.m, shading.m, struct2hdl.m, gallery.m, discrete_cdf.m, kolmogorov_smirnov_test.m, assert.m, datestr.m, classes.tst, jit.tst: Eliminate accidental double spaces in code.
author Rik <rik@octave.org>
date Wed, 30 Mar 2016 15:19:12 -0700
parents 40de9f8f23a6
children 53728df3e4c9
comparison
equal deleted inserted replaced
21561:4abcc0969ebd 21562:6c2fd62db1f7
7600 7600
7601 octave_idx_type jx = 0; 7601 octave_idx_type jx = 0;
7602 r.cidx (0) = 0; 7602 r.cidx (0) = 0;
7603 for (octave_idx_type i = 0 ; i < a_nc ; i++) 7603 for (octave_idx_type i = 0 ; i < a_nc ; i++)
7604 { 7604 {
7605 octave_idx_type ja = a.cidx (i); 7605 octave_idx_type ja = a.cidx (i);
7606 octave_idx_type ja_max = a.cidx (i+1); 7606 octave_idx_type ja_max = a.cidx (i+1);
7607 bool ja_lt_max= ja < ja_max; 7607 bool ja_lt_max = ja < ja_max;
7608 7608
7609 octave_idx_type jb = b.cidx (i); 7609 octave_idx_type jb = b.cidx (i);
7610 octave_idx_type jb_max = b.cidx (i+1); 7610 octave_idx_type jb_max = b.cidx (i+1);
7611 bool jb_lt_max = jb < jb_max; 7611 bool jb_lt_max = jb < jb_max;
7612 7612
7613 while (ja_lt_max || jb_lt_max) 7613 while (ja_lt_max || jb_lt_max)
7614 { 7614 {
7615 octave_quit (); 7615 octave_quit ();
7717 7717
7718 octave_idx_type jx = 0; 7718 octave_idx_type jx = 0;
7719 r.cidx (0) = 0; 7719 r.cidx (0) = 0;
7720 for (octave_idx_type i = 0 ; i < a_nc ; i++) 7720 for (octave_idx_type i = 0 ; i < a_nc ; i++)
7721 { 7721 {
7722 octave_idx_type ja = a.cidx (i); 7722 octave_idx_type ja = a.cidx (i);
7723 octave_idx_type ja_max = a.cidx (i+1); 7723 octave_idx_type ja_max = a.cidx (i+1);
7724 bool ja_lt_max= ja < ja_max; 7724 bool ja_lt_max = ja < ja_max;
7725 7725
7726 octave_idx_type jb = b.cidx (i); 7726 octave_idx_type jb = b.cidx (i);
7727 octave_idx_type jb_max = b.cidx (i+1); 7727 octave_idx_type jb_max = b.cidx (i+1);
7728 bool jb_lt_max = jb < jb_max; 7728 bool jb_lt_max = jb < jb_max;
7729 7729
7730 while (ja_lt_max || jb_lt_max) 7730 while (ja_lt_max || jb_lt_max)
7731 { 7731 {
7732 octave_quit (); 7732 octave_quit ();