diff liboctave/str-vec.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 12884915a8e4
line wrap: on
line diff
--- a/liboctave/str-vec.h
+++ b/liboctave/str-vec.h
@@ -74,10 +74,10 @@
 
     for (octave_idx_type i = 0; i < n; i++)
       {
-	octave_idx_type tmp = elem(i).length ();
+        octave_idx_type tmp = elem(i).length ();
 
-	if (tmp > longest)
-	  longest = tmp;
+        if (tmp > longest)
+          longest = tmp;
       }
 
     return longest;