comparison libinterp/octave-value/ov-base-int.cc @ 18678:6113e0c6920b

maint: Clean up extra spaces before/after parentheses.
author Rik <rik@octave.org>
date Fri, 25 Apr 2014 13:25:25 -0700
parents 6a71e5030df5
children
comparison
equal deleted inserted replaced
18677:f684f7075aee 18678:6113e0c6920b
264 } 264 }
265 265
266 template <class T> 266 template <class T>
267 bool 267 bool
268 octave_base_int_matrix<T>::load_binary (std::istream& is, bool swap, 268 octave_base_int_matrix<T>::load_binary (std::istream& is, bool swap,
269 oct_mach_info::float_format ) 269 oct_mach_info::float_format)
270 { 270 {
271 int32_t mdims; 271 int32_t mdims;
272 if (! is.read (reinterpret_cast<char *> (&mdims), 4)) 272 if (! is.read (reinterpret_cast<char *> (&mdims), 4))
273 return false; 273 return false;
274 if (swap) 274 if (swap)