diff scripts/geometry/rectint.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents eb63fbe60fab
children 1740012184f9
line wrap: on
line diff
--- a/scripts/geometry/rectint.m
+++ b/scripts/geometry/rectint.m
@@ -34,7 +34,7 @@
 ## Author: Bill Denney <bill@denney.ws>
 
 function area = rectint (a, b)
-	
+        
   if (nargin != 2)
     print_usage ();
   elseif (ndims (a) != 2 || ndims (b) != 2)