comparison src/DLD-FUNCTIONS/__dsearchn__.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 01f703952eff
children 3641167e5b75
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
94 *pidx = static_cast<double>(j + 1); 94 *pidx = static_cast<double>(j + 1);
95 } 95 }
96 OCTAVE_QUIT; 96 OCTAVE_QUIT;
97 } 97 }
98 98
99 *pdist++ = d0; 99 *pdist++ = d0;
100 pidx++; 100 pidx++;
101 pxi += n; 101 pxi += n;
102 } 102 }
103 103
104 retval(1) = dist; 104 retval(1) = dist;