diff scripts/plot/sphere.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents 16f53d29049f
children be55736a0783
line wrap: on
line diff
--- a/scripts/plot/sphere.m	Fri Apr 23 11:13:48 2010 -0700
+++ b/scripts/plot/sphere.m	Fri Apr 23 11:28:50 2010 -0700
@@ -33,7 +33,7 @@
 function [xx, yy, zz] = sphere (varargin)
 
   [h, varargin, nargin] = __plt_get_axis_arg__ ((nargout > 0), "sphere", 
-						varargin{:});
+                                                varargin{:});
   if (nargin > 1)
     print_usage ();
   elseif (nargin == 1)