diff liboctave/Range.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 fd0a3ac60b0e
line wrap: on
line diff
--- a/liboctave/Range.h
+++ b/liboctave/Range.h
@@ -73,7 +73,7 @@
   Range sort (octave_idx_type dim = 0, sortmode mode = ASCENDING) const;
 
   Range sort (Array<octave_idx_type>& sidx, octave_idx_type dim = 0,
-	      sortmode mode = ASCENDING) const;
+              sortmode mode = ASCENDING) const;
 
   sortmode is_sorted (sortmode mode = ASCENDING) const;
 
@@ -96,8 +96,8 @@
   {
     if (rng_base != b)
       {
-	rng_base = b;
-	clear_cache ();
+        rng_base = b;
+        clear_cache ();
       }
   }
 
@@ -105,8 +105,8 @@
   {
     if (rng_limit != l)
       {
-	rng_limit = l;
-	clear_cache ();
+        rng_limit = l;
+        clear_cache ();
       }
   }
 
@@ -114,8 +114,8 @@
   {
     if (rng_inc != i)
       {
-	rng_inc = i;
-	clear_cache ();
+        rng_inc = i;
+        clear_cache ();
       }
   }