diff libinterp/corefcn/matrix_type.cc @ 18712:6113e0c6920b

maint: Clean up extra spaces before/after parentheses.
author Rik <rik@octave.org>
date Fri, 25 Apr 2014 13:25:25 -0700
parents b560bac0fca2
children 03067dab10ca
line wrap: on
line diff
--- a/libinterp/corefcn/matrix_type.cc	Fri Apr 25 11:18:04 2014 -0700
+++ b/libinterp/corefcn/matrix_type.cc	Fri Apr 25 13:25:25 2014 -0700
@@ -148,7 +148,7 @@
                 {
                   mattyp = args(0).matrix_type ();
 
-                  if (mattyp.is_unknown () && autocomp )
+                  if (mattyp.is_unknown () && autocomp)
                     {
                       SparseComplexMatrix m =
                         args(0).sparse_complex_matrix_value ();