diff scripts/plot/draw/patch.m @ 19793: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 9a5e03801d23 446c46af4b42
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/plot/draw/patch.m
+++ b/scripts/plot/draw/patch.m
@@ -77,13 +77,13 @@
 function h = patch (varargin)
 
   [hax, varargin] = __plt_get_axis_arg__ ("patch", varargin{:});
-  
+
   if (isempty (hax))
     hax = gca ();
   else
     hax = hax(1);
   endif
-  
+
   [htmp, failed] = __patch__ (hax, varargin{:});
 
   if (failed)