comparison libinterp/operators/op-str-s.cc @ 23083:e9a0469dedd9 stable

maint: strip extra trailing newlines from files.
author John W. Eaton <jwe@octave.org>
date Fri, 20 Jan 2017 12:19:08 -0500
parents 34ce5be04942
children ef4d915df748 3ac9f9ecfae5
comparison
equal deleted inserted replaced
23082:e8d64dce0afd 23083:e9a0469dedd9
61 INSTALL_CATOP (octave_char_matrix_sq_str, octave_scalar, str_s); 61 INSTALL_CATOP (octave_char_matrix_sq_str, octave_scalar, str_s);
62 62
63 INSTALL_CATOP (octave_scalar, octave_char_matrix_str, s_str); 63 INSTALL_CATOP (octave_scalar, octave_char_matrix_str, s_str);
64 INSTALL_CATOP (octave_scalar, octave_char_matrix_sq_str, s_str); 64 INSTALL_CATOP (octave_scalar, octave_char_matrix_sq_str, s_str);
65 } 65 }
66