diff src/DLD-FUNCTIONS/sub2ind.cc @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents 57632dea2446
children 7a5aacf65f81
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/sub2ind.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/DLD-FUNCTIONS/sub2ind.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -32,7 +32,7 @@
 #include "oct-obj.h"
 
 
-static dim_vector 
+static dim_vector
 get_dim_vector (const octave_value& val, const char *name)
 {
   RowVector dimsv = val.row_vector_value (false, true);
@@ -203,7 +203,7 @@
           if (nargout > dv.length ())
             dv = dv.redim (nargout);
 
-          Array<idx_vector> idxa = ind2sub (dv, idx); 
+          Array<idx_vector> idxa = ind2sub (dv, idx);
           retval = Array<octave_value> (idxa);
         }
     }