diff liboctave/fCmplxGEPBAL.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 367bfee35ba0
line wrap: on
line diff
--- a/liboctave/fCmplxGEPBAL.h
+++ b/liboctave/fCmplxGEPBAL.h
@@ -50,12 +50,12 @@
   FloatComplexGEPBALANCE& operator = (const FloatComplexGEPBALANCE& a)
     {
       if (this != &a)
-	{
-	  balanced_mat = a.balanced_mat;
-	  balanced_mat2 = a.balanced_mat2;
-	  balancing_mat = a.balancing_mat;
-	  balancing_mat2 = a.balancing_mat2;
-	}
+        {
+          balanced_mat = a.balanced_mat;
+          balanced_mat2 = a.balanced_mat2;
+          balancing_mat = a.balancing_mat;
+          balancing_mat2 = a.balancing_mat2;
+        }
       return *this;
     }
 
@@ -79,7 +79,7 @@
   FloatMatrix balancing_mat2;
 
   octave_idx_type init (const FloatComplexMatrix& a, const FloatComplexMatrix& b, 
-			const std::string& balance_job);
+                        const std::string& balance_job);
 };
 
 #endif