diff scripts/general/structfun.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents be13fa20656a
children a8ce6bdecce5
line wrap: on
line diff
--- a/scripts/general/structfun.m	Fri Apr 23 11:13:48 2010 -0700
+++ b/scripts/general/structfun.m	Fri Apr 23 11:28:50 2010 -0700
@@ -114,7 +114,7 @@
 %! l.name1 = "Smith";
 %! l.name2 = "Jones";
 %! o = structfun (@(x) regexp (x, '(\w+)$', "matches"){1}, s, 
-%!		  "UniformOutput", false);
+%!                "UniformOutput", false);
 %! assert (o, l);
 
 %!function [a, b] = twoouts (x)