Mercurial > hg > octave-lyh
diff scripts/statistics/base/studentize.m @ 11149:fe3c3dfc07eb
style fix: break lines before && and ||, not after
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 23 Oct 2010 03:00:31 -0400 |
parents | cab3b148d4e4 |
children | e151e23f73bc |
line wrap: on
line diff
--- a/scripts/statistics/base/studentize.m +++ b/scripts/statistics/base/studentize.m @@ -49,8 +49,8 @@ dim = 1; endif else - if (!(isscalar (dim) && dim == round (dim)) || - !(1 <= dim && dim <= nd)) + if (!(isscalar (dim) && dim == round (dim)) + || !(1 <= dim && dim <= nd)) error ("studentize: DIM must be an integer and a valid dimension"); endif endif