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

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents eb63fbe60fab
children be55736a0783
line wrap: on
line diff
--- a/scripts/plot/axes.m
+++ b/scripts/plot/axes.m
@@ -44,7 +44,7 @@
     ## figure.
     tmp = varargin{1};
     if (length(tmp) == 1 && ishandle (tmp)
-	&& strcmp (get (tmp, "type"), "axes"))
+        && strcmp (get (tmp, "type"), "axes"))
       parent = ancestor (tmp, "figure");
       set (0, "currentfigure", parent);
       set (parent, "currentaxes", tmp);