diff scripts/signal/unwrap.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents eb63fbe60fab
children 35adf2a71f3f
line wrap: on
line diff
--- a/scripts/signal/unwrap.m	Fri Apr 23 11:13:48 2010 -0700
+++ b/scripts/signal/unwrap.m	Fri Apr 23 11:28:50 2010 -0700
@@ -40,7 +40,7 @@
 
   if (nargin == 3)
     if (! (isscalar (dim) && dim == round (dim)) && dim > 0 && 
-	dim < (nd + 1))
+        dim < (nd + 1))
       error ("unwrap: dim must be an integer and valid dimension");
     endif
   else