diff scripts/geometry/dsearch.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 d0b799dafede
line wrap: on
line diff
--- a/scripts/geometry/dsearch.m
+++ b/scripts/geometry/dsearch.m
@@ -35,6 +35,6 @@
 %!shared x, y, tri
 %! x = [-1;-1;1];
 %! y = [-1;1;-1];
-%! tri = [1,2,3]; 
+%! tri = [1,2,3];
 %!assert (dsearch(x,y,tri,1,1/3), 3);
 %!assert (dsearch(x,y,tri,1/3,1), 2);