Mercurial > hg > octave-lyh
comparison src/ov-struct.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 | cda4aa780d58 |
children | 72c96de7a403 |
comparison
equal
deleted
inserted
replaced
11585:1473d0cf86d2 | 11586:12df7854fa7c |
---|---|
136 | 136 |
137 bool load_ascii (std::istream& is); | 137 bool load_ascii (std::istream& is); |
138 | 138 |
139 bool save_binary (std::ostream& os, bool& save_as_floats); | 139 bool save_binary (std::ostream& os, bool& save_as_floats); |
140 | 140 |
141 bool load_binary (std::istream& is, bool swap, | 141 bool load_binary (std::istream& is, bool swap, |
142 oct_mach_info::float_format fmt); | 142 oct_mach_info::float_format fmt); |
143 | 143 |
144 #if defined (HAVE_HDF5) | 144 #if defined (HAVE_HDF5) |
145 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats); | 145 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats); |
146 | 146 |
257 | 257 |
258 bool load_ascii (std::istream& is); | 258 bool load_ascii (std::istream& is); |
259 | 259 |
260 bool save_binary (std::ostream& os, bool& save_as_floats); | 260 bool save_binary (std::ostream& os, bool& save_as_floats); |
261 | 261 |
262 bool load_binary (std::istream& is, bool swap, | 262 bool load_binary (std::istream& is, bool swap, |
263 oct_mach_info::float_format fmt); | 263 oct_mach_info::float_format fmt); |
264 | 264 |
265 #if defined (HAVE_HDF5) | 265 #if defined (HAVE_HDF5) |
266 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats); | 266 bool save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats); |
267 | 267 |