diff scripts/general/sortrows.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children 4d777e05d47c
line wrap: on
line diff
--- a/scripts/general/sortrows.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/general/sortrows.m	Thu Jan 20 17:35:29 2011 -0500
@@ -21,8 +21,8 @@
 ## @deftypefn {Function File} {} sortrows (@var{A}, @var{c})
 ## Sort the rows of the matrix @var{A} according to the order of the
 ## columns specified in @var{c}.  If @var{c} is omitted, a
-## lexicographical sort is used.  By default ascending order is used 
-## however if elements of @var{c} are negative then the corresponding  
+## lexicographical sort is used.  By default ascending order is used
+## however if elements of @var{c} are negative then the corresponding
 ## column is sorted in descending order.
 ## @end deftypefn