Mercurial > hg > octave-lyh
diff src/OPERATORS/op-str-s.cc @ 9931:fb6b6fcafa62
untabify files in src/OPERATORS directory
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 07 Dec 2009 14:49:48 -0500 |
parents | a1dbe9d80eee |
children | ac4b97c6bf8b |
line wrap: on
line diff
--- a/src/OPERATORS/op-str-s.cc +++ b/src/OPERATORS/op-str-s.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2007 John W. Eaton +Copyright (C) 2003, 2004, 2005, 2007, 2009 John W. Eaton This file is part of Octave. @@ -38,7 +38,7 @@ octave_value tmp = v2.convert_to_str_internal (false, false, - a1.is_sq_string () ? '\'' : '"'); + a1.is_sq_string () ? '\'' : '"'); if (! error_state) v1.assign (idx, tmp.char_matrix_value ());