diff scripts/miscellaneous/ls_command.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents a1dbe9d80eee
children 4ecc7bc5bc83
line wrap: on
line diff
--- a/scripts/miscellaneous/ls_command.m	Fri Apr 23 11:13:48 2010 -0700
+++ b/scripts/miscellaneous/ls_command.m	Fri Apr 23 11:28:50 2010 -0700
@@ -45,9 +45,9 @@
 
     if (nargin == 1)
       if (ischar (cmd))
-	__ls_command__ = cmd;
+        __ls_command__ = cmd;
       else
-	error ("ls_command: expecting argument to be a character string");
+        error ("ls_command: expecting argument to be a character string");
       endif
     endif