diff libinterp/operators/op-pm-sm.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 d63878346099
children
line wrap: on
line diff
--- a/libinterp/operators/op-pm-sm.cc	Fri Apr 25 11:18:04 2014 -0700
+++ b/libinterp/operators/op-pm-sm.cc	Fri Apr 25 13:25:25 2014 -0700
@@ -44,12 +44,12 @@
 DEFUNOP (not, perm_matrix)
 {
   // Obviously negation of a permutation matrix destroys sparsity
-  return octave_value ( ! a.bool_array_value ());
+  return octave_value (! a.bool_array_value ());
 }
 
 DEFUNOP (uminus, perm_matrix)
 {
-  return octave_value ( - a.sparse_matrix_value ());
+  return octave_value (- a.sparse_matrix_value ());
 }
 
 // Most other logical operations cast to SparseBoolMatrix