diff liboctave/base-qr.h @ 10312:cbc402e64d83

untabify liboctave header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:14:48 -0500
parents 9f27172fbd1e
children 9a308e96194e
line wrap: on
line diff
--- a/liboctave/base-qr.h
+++ b/liboctave/base-qr.h
@@ -52,10 +52,10 @@
   base_qr& operator = (const base_qr& a)
     {
       if (this != &a)
-	{
-	  q = a.q;
-	  r = a.r;
-	}
+        {
+          q = a.q;
+          r = a.r;
+        }
       return *this;
     }