diff scripts/image/imfinfo.m @ 10433:2c01d24459fb

Detabify scripts in 'scripts/image/'
author Soren Hauberg <hauberg@gmail.com>
date Mon, 22 Mar 2010 12:36:30 -0700
parents 0c42b6b7da24
children be55736a0783
line wrap: on
line diff
--- a/scripts/image/imfinfo.m	Mon Mar 22 13:54:22 2010 +0100
+++ b/scripts/image/imfinfo.m	Mon Mar 22 12:36:30 2010 -0700
@@ -110,11 +110,11 @@
       [fn, status, msg] = urlwrite (filename, tmp);
 
       if (! status)
-	error ("imfinfo: cannot find %s", filename);
+        error ("imfinfo: cannot find %s", filename);
       endif
 
       if (! isempty (fn))
-	delete_file = true;
+        delete_file = true;
       endif
 
     endif