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

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents b122dd3075ce
children fbd7843974fa
line wrap: on
line diff
--- a/scripts/miscellaneous/substruct.m	Fri Apr 23 11:13:48 2010 -0700
+++ b/scripts/miscellaneous/substruct.m	Fri Apr 23 11:28:50 2010 -0700
@@ -59,7 +59,7 @@
       cells = cellfun ("isclass", sub, "cell");
       chars = cellfun ("isclass", sub, "char");
       if (any (braces &! cells))
-	error ("substruct: for type == () or {}, subs must be a cell array");
+        error ("substruct: for type == () or {}, subs must be a cell array");
       elseif (any (dots &! chars))
         error ("substruct: for type == ., subs must be a character string");
       endif