Mercurial > hg > octave-nkf
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 +++ b/liboctave/oct-sort.h @@ -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: