diff liboctave/oct-sort.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 4d1fc073fbb7
line wrap: on
line diff
--- a/liboctave/oct-sort.h	Thu Feb 11 11:57:36 2010 -0500
+++ b/liboctave/oct-sort.h	Thu Feb 11 12:14:48 2010 -0500
@@ -108,7 +108,7 @@
 public:
 
   typedef bool (*compare_fcn_type) (typename ref_param<T>::type,
-				    typename ref_param<T>::type);
+                                    typename ref_param<T>::type);
 
   octave_sort (void);
 
@@ -159,10 +159,10 @@
                     octave_idx_type lo, octave_idx_type up = -1);
 
   static bool ascending_compare (typename ref_param<T>::type,
-				 typename ref_param<T>::type);
+                                 typename ref_param<T>::type);
 
   static bool descending_compare (typename ref_param<T>::type,
-				  typename ref_param<T>::type);
+                                  typename ref_param<T>::type);
 
 private: