diff liboctave/oct-mutex.h @ 10312:cbc402e64d83

untabify liboctave header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:14:48 -0500
parents ba2e00a216e8
children 331fcc41ca23
line wrap: on
line diff
--- a/liboctave/oct-mutex.h	Thu Feb 11 11:57:36 2010 -0500
+++ b/liboctave/oct-mutex.h	Thu Feb 11 12:14:48 2010 -0500
@@ -66,11 +66,11 @@
   {
     if (rep != m.rep)
       {
-	if (--rep->count == 0)
-	  delete rep;
+        if (--rep->count == 0)
+          delete rep;
 
-	rep = m.rep;
-	rep->count++;
+        rep = m.rep;
+        rep->count++;
       }
 
     return *this;