diff src/OPERATORS/op-pm-sm.cc @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children b646413c3d0e
line wrap: on
line diff
--- a/src/OPERATORS/op-pm-sm.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/OPERATORS/op-pm-sm.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -55,7 +55,7 @@
 {
   CAST_BINOP_ARGS (const octave_perm_matrix&, const octave_sparse_matrix&);
 
-  return v1.perm_matrix_value ().inverse () * v2.sparse_matrix_value (); 
+  return v1.perm_matrix_value ().inverse () * v2.sparse_matrix_value ();
 }
 
 // sparse matrix by diagonal matrix ops