diff src/DLD-FUNCTIONS/__lin_interpn__.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 fd0a3ac60b0e
children 3641167e5b75
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__lin_interpn__.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/DLD-FUNCTIONS/__lin_interpn__.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -200,7 +200,7 @@
 
   OCTAVE_LOCAL_BUFFER (const T *, x, n);
   OCTAVE_LOCAL_BUFFER (octave_idx_type, scale, n);
-  
+
   const T *v = V.data ();
   T *vi = Vi.fortran_vec ();
   octave_idx_type Ni = Vi.numel ();
@@ -319,7 +319,7 @@
 
       retval = lin_interpn<float, FloatNDArray> (n, X, V, Y);
     }
-  else  
+  else
     {
       OCTAVE_LOCAL_BUFFER (NDArray, X, n);
       OCTAVE_LOCAL_BUFFER (NDArray, Y, n);
@@ -349,7 +349,7 @@
               return retval;
             }
         }
-      
+
       retval = lin_interpn<double, NDArray> (n, X, V, Y);
     }