Mercurial > hg > octave-lyh
diff liboctave/CmplxHESS.h @ 10312:cbc402e64d83
untabify liboctave header files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 11 Feb 2010 12:14:48 -0500 |
parents | 4c0cdbe0acca |
children | 367bfee35ba0 |
line wrap: on
line diff
--- a/liboctave/CmplxHESS.h +++ b/liboctave/CmplxHESS.h @@ -46,10 +46,10 @@ ComplexHESS& operator = (const ComplexHESS& a) { if (this != &a) - { - hess_mat = a.hess_mat; - unitary_hess_mat = a.unitary_hess_mat; - } + { + hess_mat = a.hess_mat; + unitary_hess_mat = a.unitary_hess_mat; + } return *this; }