comparison libinterp/corefcn/matrix_type.cc @ 18678: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
comparison
equal deleted inserted replaced
18677:f684f7075aee 18678:6113e0c6920b
146 146
147 if (args(0).is_complex_type ()) 147 if (args(0).is_complex_type ())
148 { 148 {
149 mattyp = args(0).matrix_type (); 149 mattyp = args(0).matrix_type ();
150 150
151 if (mattyp.is_unknown () && autocomp ) 151 if (mattyp.is_unknown () && autocomp)
152 { 152 {
153 SparseComplexMatrix m = 153 SparseComplexMatrix m =
154 args(0).sparse_complex_matrix_value (); 154 args(0).sparse_complex_matrix_value ();
155 if (!error_state) 155 if (!error_state)
156 { 156 {