Mercurial > hg > octave-lyh
diff scripts/testfun/example.m @ 8507:cadc73247d65
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 13 Jan 2009 14:08:36 -0500 |
parents | a1dbe9d80eee |
children | 5dd06f19e9be |
line wrap: on
line diff
--- a/scripts/testfun/example.m +++ b/scripts/testfun/example.m @@ -70,8 +70,8 @@ doidx = []; endif - for i=1:length(doidx) - block = code(idx(doidx(i)):idx(doidx(i)+1)-1); + for i = 1:length (doidx) + block = code (idx(doidx(i)):idx(doidx(i)+1)-1); printf ("%s example %d:%s\n\n", name, doidx(i), block); endfor endif