comparison libinterp/operators/op-bm-sbm.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
104 octave_bool_matrix); 104 octave_bool_matrix);
105 105
106 INSTALL_WIDENOP (octave_bool_matrix, octave_sparse_bool_matrix, 106 INSTALL_WIDENOP (octave_bool_matrix, octave_sparse_bool_matrix,
107 sparse_bool_matrix_conv); 107 sparse_bool_matrix_conv);
108 } 108 }
109