Mercurial > hg > octave-lyh
diff src/pt-binop.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 | 7d6d8c1e471f |
children | 46e0d66596f2 |
line wrap: on
line diff
--- a/src/pt-binop.cc +++ b/src/pt-binop.cc @@ -38,7 +38,7 @@ static bool Vdo_braindead_shortcircuit_evaluation; // Binary expressions. - + octave_value_list tree_binary_expression::rvalue (int nargout) { @@ -158,7 +158,7 @@ } // Boolean expressions. - + octave_value_list tree_boolean_expression::rvalue (int nargout) {