diff src/sparse-xpow.h @ 10313:f3b65e1ae355

untabify src header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:16:43 -0500
parents cd96d29c5efa
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/sparse-xpow.h
+++ b/src/sparse-xpow.h
@@ -40,18 +40,18 @@
 extern octave_value elem_xpow (const SparseMatrix& a, const SparseMatrix& b);
 extern octave_value elem_xpow (const SparseMatrix& a, const Complex& b);
 extern octave_value elem_xpow (const SparseMatrix& a, 
-			       const SparseComplexMatrix& b);
+                               const SparseComplexMatrix& b);
 
 extern octave_value elem_xpow (const Complex& a, const SparseMatrix& b);
 extern octave_value elem_xpow (const Complex& a, 
-			       const SparseComplexMatrix& b);
+                               const SparseComplexMatrix& b);
 
 extern octave_value elem_xpow (const SparseComplexMatrix& a, double b);
 extern octave_value elem_xpow (const SparseComplexMatrix& a, 
-			       const SparseMatrix& b);
+                               const SparseMatrix& b);
 extern octave_value elem_xpow (const SparseComplexMatrix& a, 
-			       const Complex& b);
+                               const Complex& b);
 extern octave_value elem_xpow (const SparseComplexMatrix& a, 
-			       const SparseComplexMatrix& b);
+                               const SparseComplexMatrix& b);
 
 #endif