comparison src/DLD-FUNCTIONS/__contourc__.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
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
192 // Find next facet. 192 // Find next facet.
193 next_c = c; 193 next_c = c;
194 next_r = r; 194 next_r = r;
195 195
196 if (stop_edge == 0) 196 if (stop_edge == 0)
197 next_r--; 197 next_r--;
198 else if (stop_edge == 1) 198 else if (stop_edge == 1)
199 next_c++; 199 next_c++;
200 else if (stop_edge == 2) 200 else if (stop_edge == 2)
201 next_r++; 201 next_r++;
202 else if (stop_edge == 3) 202 else if (stop_edge == 3)