diff src/OPERATORS/op-pm-scm.cc @ 9931:fb6b6fcafa62

untabify files in src/OPERATORS directory
author John W. Eaton <jwe@octave.org>
date Mon, 07 Dec 2009 14:49:48 -0500
parents 91d53dc37f79
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/OPERATORS/op-pm-scm.cc	Mon Dec 07 13:17:13 2009 -0500
+++ b/src/OPERATORS/op-pm-scm.cc	Mon Dec 07 14:49:48 2009 -0500
@@ -87,11 +87,11 @@
 install_pm_scm_ops (void)
 {
   INSTALL_BINOP (op_mul, octave_perm_matrix, octave_sparse_complex_matrix,
-		 mul_pm_scm);
+                 mul_pm_scm);
   INSTALL_BINOP (op_ldiv, octave_perm_matrix, octave_sparse_complex_matrix,
-		 ldiv_pm_scm);
+                 ldiv_pm_scm);
   INSTALL_BINOP (op_mul, octave_sparse_complex_matrix, octave_perm_matrix,
-		 mul_scm_pm);
+                 mul_scm_pm);
   INSTALL_BINOP (op_div, octave_sparse_complex_matrix, octave_perm_matrix,
-		 div_scm_pm);
+                 div_scm_pm);
 }