diff liboctave/MatrixType.h @ 10312:cbc402e64d83

untabify liboctave header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:14:48 -0500
parents 4c0cdbe0acca
children fd0a3ac60b0e
line wrap: on
line diff
--- a/liboctave/MatrixType.h	Thu Feb 11 11:57:36 2010 -0500
+++ b/liboctave/MatrixType.h	Thu Feb 11 12:14:48 2010 -0500
@@ -72,10 +72,10 @@
   MatrixType (const matrix_type t, bool _full = false);
 
   MatrixType (const matrix_type t, const octave_idx_type np,
-	      const octave_idx_type *p, bool _full = false);
+              const octave_idx_type *p, bool _full = false);
 
   MatrixType (const matrix_type t, const octave_idx_type ku, 
-	      const octave_idx_type kl, bool _full = false);
+              const octave_idx_type kl, bool _full = false);
 
   ~MatrixType (void);
 
@@ -120,7 +120,7 @@
   
   bool is_hermitian (void) const
     { return (typ == Banded_Hermitian || typ == Tridiagonal_Hermitian ||
-	      typ == Hermitian); }
+              typ == Hermitian); }
 
   bool is_rectangular (void) const { return (typ == Rectangular); }