diff src/OPERATORS/op-cs-sm.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 eb63fbe60fab
children ac4b97c6bf8b
line wrap: on
line diff
--- a/src/OPERATORS/op-cs-sm.cc	Mon Dec 07 13:17:13 2009 -0500
+++ b/src/OPERATORS/op-cs-sm.cc	Mon Dec 07 14:49:48 2009 -0500
@@ -55,7 +55,7 @@
       double d = v2.scalar_value ();
 
       if (d == 0.0)
-	gripe_divide_by_zero ();
+        gripe_divide_by_zero ();
 
       return octave_value (SparseComplexMatrix (1, 1, v1.complex_value () / d));
     }
@@ -160,7 +160,7 @@
   INSTALL_CATOP (octave_complex, octave_sparse_matrix, cs_sm);
 
   INSTALL_ASSIGNCONV (octave_complex, octave_sparse_matrix, 
-		      octave_complex_matrix);
+                      octave_complex_matrix);
 
   INSTALL_WIDENOP (octave_complex, octave_sparse_matrix, sparse_matrix_conv);
 }