comparison src/ov-flt-cx-mat.cc @ 14861:f7afecdd87ef

maint: Use Octave coding conventions for cuddling parentheses in src/ directory * bitfcns.cc, comment-list.cc, data.cc, defun.cc, error.cc, gl-render.cc, graphics.cc, graphics.in.h, load-path.cc, load-path.h, load-save.cc, ls-hdf5.cc, ls-mat4.cc, ls-mat5.cc, ls-oct-ascii.cc, mappers.cc, mex.cc, oct-map.cc, oct-obj.cc, ov-base-int.cc, ov-base-mat.h, ov-base-sparse.cc, ov-bool-mat.cc, ov-bool-sparse.cc, ov-cell.cc, ov-class.cc, ov-complex.cc, ov-cx-mat.cc, ov-cx-sparse.cc, ov-fcn-handle.cc, ov-flt-cx-mat.cc, ov-flt-re-mat.cc, ov-re-mat.cc, ov-re-sparse.cc, ov-scalar.cc, ov-str-mat.cc, ov-struct.cc, ov-usr-fcn.cc, ov.cc, pr-output.cc, procstream.h, sighandlers.cc, sparse-xdiv.cc, sparse-xpow.cc, sparse.cc, symtab.cc, syscalls.cc, sysdep.cc, txt-eng-ft.cc, variables.cc, zfstream.cc, zfstream.h: Use Octave coding conventions for cuddling parentheses.
author Rik <octave@nomad.inbox5.com>
date Sat, 14 Jul 2012 06:22:56 -0700
parents 460a3c6d8bf1
children
comparison
equal deleted inserted replaced
14860:e027f98403c3 14861:f7afecdd87ef
609 bool retval = false; 609 bool retval = false;
610 610
611 dim_vector dv; 611 dim_vector dv;
612 int empty = load_hdf5_empty (loc_id, name, dv); 612 int empty = load_hdf5_empty (loc_id, name, dv);
613 if (empty > 0) 613 if (empty > 0)
614 matrix.resize(dv); 614 matrix.resize (dv);
615 if (empty) 615 if (empty)
616 return (empty > 0); 616 return (empty > 0);
617 617
618 #if HAVE_HDF5_18 618 #if HAVE_HDF5_18
619 hid_t data_hid = H5Dopen (loc_id, name, H5P_DEFAULT); 619 hid_t data_hid = H5Dopen (loc_id, name, H5P_DEFAULT);