diff libinterp/dldfcn/colamd.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 112b20240c87
line wrap: on
line diff
--- a/libinterp/dldfcn/colamd.cc	Thu May 19 19:42:57 2016 -0400
+++ b/libinterp/dldfcn/colamd.cc	Thu May 19 18:48:52 2016 -0700
@@ -346,7 +346,7 @@
     {
       if (args(0).is_complex_type ())
         {
-          scm = args(0). sparse_complex_matrix_value ();
+          scm = args(0).sparse_complex_matrix_value ();
           n_row = scm.rows ();
           n_col = scm.cols ();
           nnz = scm.nnz ();