Mercurial > hg > octave-nkf
diff src/ov-base-int.h @ 10313:f3b65e1ae355
untabify src header files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 11 Feb 2010 12:16:43 -0500 |
parents | cd96d29c5efa |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/src/ov-base-int.h +++ b/src/ov-base-int.h @@ -74,7 +74,7 @@ bool save_binary (std::ostream& os, bool& ); bool load_binary (std::istream& is, bool swap, - oct_mach_info::float_format ); + oct_mach_info::float_format ); #if defined (HAVE_HDF5) bool save_hdf5 (hid_t loc_id, const char *name, bool); @@ -117,7 +117,7 @@ bool save_binary (std::ostream& os, bool& ); bool load_binary (std::istream& is, bool swap, - oct_mach_info::float_format ); + oct_mach_info::float_format ); #if defined (HAVE_HDF5) bool save_hdf5 (hid_t loc_id, const char *name, bool );