diff scripts/geometry/delaunay.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 7ff0bdc3dc4c
line wrap: on
line diff
--- a/scripts/geometry/delaunay.m
+++ b/scripts/geometry/delaunay.m
@@ -25,7 +25,7 @@
 ## No other data point is in the circum-circle of the defining triangle.
 ##
 ## A third optional argument, which must be a string, contains extra options
-## passed to the underlying qhull command.  See the documentation for the 
+## passed to the underlying qhull command.  See the documentation for the
 ## Qhull library for details.
 ##
 ## @example
@@ -49,7 +49,7 @@
   if (nargin != 2 && nargin != 3)
     print_usage ();
   endif
-  
+
   if ((isvector (x) && isvector (y) && length (x) == length (y))
       || size_equal (x, y))
     if (nargin == 2)