comparison src/ov-base-int.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
71 71
72 bool load_ascii (std::istream& is); 72 bool load_ascii (std::istream& is);
73 73
74 bool save_binary (std::ostream& os, bool& ); 74 bool save_binary (std::ostream& os, bool& );
75 75
76 bool load_binary (std::istream& is, bool swap, 76 bool load_binary (std::istream& is, bool swap,
77 oct_mach_info::float_format ); 77 oct_mach_info::float_format );
78 78
79 #if defined (HAVE_HDF5) 79 #if defined (HAVE_HDF5)
80 bool save_hdf5 (hid_t loc_id, const char *name, bool); 80 bool save_hdf5 (hid_t loc_id, const char *name, bool);
81 81
114 114
115 bool load_ascii (std::istream& is); 115 bool load_ascii (std::istream& is);
116 116
117 bool save_binary (std::ostream& os, bool& ); 117 bool save_binary (std::ostream& os, bool& );
118 118
119 bool load_binary (std::istream& is, bool swap, 119 bool load_binary (std::istream& is, bool swap,
120 oct_mach_info::float_format ); 120 oct_mach_info::float_format );
121 121
122 #if defined (HAVE_HDF5) 122 #if defined (HAVE_HDF5)
123 bool save_hdf5 (hid_t loc_id, const char *name, bool ); 123 bool save_hdf5 (hid_t loc_id, const char *name, bool );
124 124