Mercurial > hg > octave-nkf
diff src/pt-colon.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 | 72c96de7a403 |
line wrap: on
line diff
--- a/src/pt-colon.cc +++ b/src/pt-colon.cc @@ -112,7 +112,7 @@ { octave_value retval; - if (ov_base.is_object () || ov_limit.is_object () || + if (ov_base.is_object () || ov_limit.is_object () || ov_increment.is_object ()) { octave_value_list tmp1; @@ -125,7 +125,7 @@ if (fcn.is_defined ()) { octave_value_list tmp2 = fcn.do_multi_index_op (1, tmp1); - + if (! error_state) retval = tmp2 (0); } @@ -211,7 +211,7 @@ if (fcn.is_defined ()) { octave_value_list tmp2 = fcn.do_multi_index_op (1, tmp1); - + if (! error_state) retval = tmp2 (0); }