diff libinterp/operators/op-scm-cm.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-cm.cc	Thu May 19 19:42:57 2016 -0400
+++ b/libinterp/operators/op-scm-cm.cc	Thu May 19 18:48:52 2016 -0700
@@ -131,7 +131,7 @@
   const octave_complex_matrix& v2 = dynamic_cast<const octave_complex_matrix&> (a2);
   SparseComplexMatrix tmp (v2.complex_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, complex_matrix)