diff libinterp/operators/op-scm-m.cc @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents aba2e6293dd8
children bac0d6f07a3e
line wrap: on
line diff
--- a/libinterp/operators/op-scm-m.cc	Thu May 19 19:42:57 2016 -0400
+++ b/libinterp/operators/op-scm-m.cc	Thu May 19 18:48:52 2016 -0700
@@ -129,7 +129,7 @@
   const octave_matrix& v2 = dynamic_cast<const octave_matrix&> (a2);
   SparseMatrix tmp (v2.matrix_value ());
   return octave_value
-         (v1.sparse_complex_matrix_value (). concat (tmp, ra_idx));
+         (v1.sparse_complex_matrix_value ().concat (tmp, ra_idx));
 }
 
 DEFASSIGNOP (assign, sparse_complex_matrix, matrix)