diff liboctave/base-lu.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 4d1fc073fbb7
line wrap: on
line diff
--- a/liboctave/base-lu.h	Thu Feb 11 11:57:36 2010 -0500
+++ b/liboctave/base-lu.h	Thu Feb 11 12:14:48 2010 -0500
@@ -46,11 +46,11 @@
   base_lu& operator = (const base_lu& a)
     {
       if (this != &a)
-	{
-	  a_fact = a.a_fact;
+        {
+          a_fact = a.a_fact;
           l_fact = a.l_fact;
-	  ipvt = a.ipvt;
-	}
+          ipvt = a.ipvt;
+        }
       return *this;
     }