Mercurial > hg > octave-nkf
diff scripts/plot/feather.m @ 10549:95c3e38098bf
Untabify .m scripts
author | Rik <code@nomad.inbox5.com> |
---|---|
date | Fri, 23 Apr 2010 11:28:50 -0700 |
parents | 69a57c59868c |
children | be55736a0783 |
line wrap: on
line diff
--- a/scripts/plot/feather.m +++ b/scripts/plot/feather.m @@ -70,11 +70,11 @@ if ((ischar (arg) || iscell (arg)) && ! have_line_spec) [linespec, valid] = __pltopt__ ("feather", arg, false); if (valid) - line_spec = arg; - have_line_spec = false; - break; + line_spec = arg; + have_line_spec = false; + break; else - error ("feather: invalid linespec"); + error ("feather: invalid linespec"); endif else error ("feather: unrecognized argument");