comparison src/ov-float.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children 72c96de7a403
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
221 221
222 bool load_ascii (std::istream& is); 222 bool load_ascii (std::istream& is);
223 223
224 bool save_binary (std::ostream& os, bool& save_as_floats); 224 bool save_binary (std::ostream& os, bool& save_as_floats);
225 225
226 bool load_binary (std::istream& is, bool swap, 226 bool load_binary (std::istream& is, bool swap,
227 oct_mach_info::float_format fmt); 227 oct_mach_info::float_format fmt);
228 228
229 #if defined (HAVE_HDF5) 229 #if defined (HAVE_HDF5)
230 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats); 230 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats);
231 231