Mercurial > hg > octave-lyh
diff scripts/plot/hold.m @ 10549:95c3e38098bf
Untabify .m scripts
author | Rik <code@nomad.inbox5.com> |
---|---|
date | Fri, 23 Apr 2010 11:28:50 -0700 |
parents | e381f80a5f7a |
children | 84c35a483d1f |
line wrap: on
line diff
--- a/scripts/plot/hold.m +++ b/scripts/plot/hold.m @@ -63,11 +63,11 @@ state = varargin{1}; if (ischar (state)) if (strcmpi (state, "off")) - turn_hold_off = true; + turn_hold_off = true; elseif (strcmpi (state, "on")) - turn_hold_off = false; + turn_hold_off = false; else - error ("hold: invalid hold state"); + error ("hold: invalid hold state"); endif endif else