diff scripts/geometry/delaunay.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents ba167badef9f 446c46af4b42
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/geometry/delaunay.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/geometry/delaunay.m	Tue Jan 20 10:24:46 2015 -0500
@@ -51,8 +51,8 @@
 ## The default options are @code{@{"Qt", "Qbb", "Qc", "Qz"@}}.
 ##
 ## If @var{options} is not present or @code{[]} then the default arguments are
-## used.  Otherwise, @var{options} replaces the default argument list. 
-## To append user options to the defaults it is necessary to repeat the 
+## used.  Otherwise, @var{options} replaces the default argument list.
+## To append user options to the defaults it is necessary to repeat the
 ## default arguments in @var{options}.  Use a null string to pass no arguments.
 ##
 ## @example
@@ -93,7 +93,7 @@
           z = varargin{1}(:,3);
         endif
       endif
-    
+
     case 2
       if (isnumeric (varargin{2}))
         x = varargin{1};