Mercurial > hg > octave-nkf
diff scripts/plot/__gnuplot_ginput__.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | e4dbfe3019b1 |
line wrap: on
line diff
--- a/scripts/plot/__gnuplot_ginput__.m +++ b/scripts/plot/__gnuplot_ginput__.m @@ -127,12 +127,12 @@ if (nargin > 1) ## Input argument n was given => stop when k == n. - if (k == n) - break; + if (k == n) + break; endif else ## Input argument n not given => stop when hitting a return key. - ## if (button(k) == 0x0D || button(k) == 0x0A) + ## if (button(k) == 0x0D || button(k) == 0x0A) ## ## hit Return or Enter if (button(k) == 0x0D) ## hit Return