diff liboctave/dim-vector.h @ 14445:b50654a09ba7

maint: untabify sources
author John W. Eaton <jwe@octave.org>
date Fri, 09 Mar 2012 16:17:41 -0500
parents 72c96de7a403
children bb5ecda3b975
line wrap: on
line diff
--- a/liboctave/dim-vector.h
+++ b/liboctave/dim-vector.h
@@ -129,10 +129,10 @@
   {
     if (count () > 1)
       {
-	octave_idx_type *new_rep = clonerep ();
+        octave_idx_type *new_rep = clonerep ();
 
-	if (OCTREFCOUNT_ATOMIC_DECREMENT(&(count())) == 0)
-	  freerep ();
+        if (OCTREFCOUNT_ATOMIC_DECREMENT(&(count())) == 0)
+          freerep ();
 
         rep = new_rep;
       }