diff scripts/plot/view.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/view.m	Fri Apr 23 11:13:48 2010 -0700
+++ b/scripts/plot/view.m	Fri Apr 23 11:28:50 2010 -0700
@@ -34,13 +34,13 @@
       el = tmp(2);
     elseif (nargin == 1)
       if (x == 2)
-	az = 0;
-	el = 90;
+        az = 0;
+        el = 90;
       elseif (x == 3)
-	az = -37.5;
-	el = 30;
+        az = -37.5;
+        el = 30;
       else
-	error ("view: expecting single argument to be 2 or 3");
+        error ("view: expecting single argument to be 2 or 3");
       endif
     elseif (nargin == 2)
       az = x;