diff liboctave/fEIG.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/fEIG.h	Thu Feb 11 11:57:36 2010 -0500
+++ b/liboctave/fEIG.h	Thu Feb 11 12:14:48 2010 -0500
@@ -72,10 +72,10 @@
   FloatEIG& operator = (const FloatEIG& a)
     {
       if (this != &a)
-	{
-	  lambda = a.lambda;
-	  v = a.v;
-	}
+        {
+          lambda = a.lambda;
+          v = a.v;
+        }
       return *this;
     }