Mercurial > hg > octave-lyh
diff src/pt-unop.cc @ 11586:12df7854fa7c
strip trailing whitespace from source files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:24:59 -0500 |
parents | fd0a3ac60b0e |
children | 5d18231eee00 |
line wrap: on
line diff
--- a/src/pt-unop.cc +++ b/src/pt-unop.cc @@ -84,7 +84,7 @@ if (! error_state && val.is_defined ()) { - // Attempt to do the operation in-place if it is unshared + // Attempt to do the operation in-place if it is unshared // (a temporary expression). if (val.get_count () == 1) retval = val.do_non_const_unary_op (etype);