comparison 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
comparison
equal deleted inserted replaced
18677:f684f7075aee 18678:6113e0c6920b
47 } 47 }
48 48
49 DEFUNOP (uminus, sparse_bool_matrix) 49 DEFUNOP (uminus, sparse_bool_matrix)
50 { 50 {
51 CAST_UNOP_ARG (const octave_sparse_bool_matrix&); 51 CAST_UNOP_ARG (const octave_sparse_bool_matrix&);
52 return octave_value ( - v.sparse_matrix_value ()); 52 return octave_value (- v.sparse_matrix_value ());
53 } 53 }
54 54
55 DEFUNOP (transpose, sparse_bool_matrix) 55 DEFUNOP (transpose, sparse_bool_matrix)
56 { 56 {
57 CAST_UNOP_ARG (const octave_sparse_bool_matrix&); 57 CAST_UNOP_ARG (const octave_sparse_bool_matrix&);