diff libinterp/operators/op-sbm-sbm.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 175b392e91fe
children
line wrap: on
line diff
--- a/libinterp/operators/op-sbm-sbm.cc	Fri Apr 25 11:18:04 2014 -0700
+++ b/libinterp/operators/op-sbm-sbm.cc	Fri Apr 25 13:25:25 2014 -0700
@@ -49,7 +49,7 @@
 DEFUNOP (uminus, sparse_bool_matrix)
 {
   CAST_UNOP_ARG (const octave_sparse_bool_matrix&);
-  return octave_value ( - v.sparse_matrix_value ());
+  return octave_value (- v.sparse_matrix_value ());
 }
 
 DEFUNOP (transpose, sparse_bool_matrix)