diff src/ov-perm.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 b646413c3d0e
line wrap: on
line diff
--- a/src/ov-perm.h	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/ov-perm.h	Thu Jan 20 17:24:59 2011 -0500
@@ -30,7 +30,7 @@
 #include "ov-typeinfo.h"
 #include "oct-obj.h"
 
-class 
+class
 OCTINTERP_API
 octave_perm_matrix : public octave_base_value
 {
@@ -147,14 +147,14 @@
   FloatComplexMatrix float_complex_matrix_value (bool = false) const;
 
   ComplexNDArray complex_array_value (bool = false) const;
-   
+
   FloatComplexNDArray float_complex_array_value (bool = false) const;
-   
+
   boolNDArray bool_array_value (bool warn = false) const;
 
   charNDArray char_array_value (bool = false) const;
-  
-  NDArray array_value (bool = false) const; 
+
+  NDArray array_value (bool = false) const;
 
   FloatNDArray float_array_value (bool = false) const;
 
@@ -196,7 +196,7 @@
 
   bool save_binary (std::ostream& os, bool& save_as_floats);
 
-  bool load_binary (std::istream& is, bool swap, 
+  bool load_binary (std::istream& is, bool swap,
                     oct_mach_info::float_format fmt);
 
   int write (octave_stream& os, int block_size,
@@ -216,7 +216,7 @@
 
 protected:
 
-  PermMatrix matrix;  
+  PermMatrix matrix;
 
   virtual octave_value to_dense (void) const;