diff src/xdiv.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 f217edac2c71
line wrap: on
line diff
--- a/src/xdiv.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/xdiv.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -135,8 +135,8 @@
   octave_idx_type info;
   double rcond = 0.0;
 
-  Matrix result 
-    = b.solve (typ, a.transpose (), info, rcond, 
+  Matrix result
+    = b.solve (typ, a.transpose (), info, rcond,
                solve_singularity_warning, true, blas_trans);
 
   return result.transpose ();
@@ -153,7 +153,7 @@
   double rcond = 0.0;
 
   ComplexMatrix result
-    = b.solve (typ, a.transpose (), info, rcond, 
+    = b.solve (typ, a.transpose (), info, rcond,
                solve_singularity_warning, true, blas_trans);
 
   return result.transpose ();
@@ -170,7 +170,7 @@
   double rcond = 0.0;
 
   ComplexMatrix result
-    = b.solve (typ, a.transpose (), info, rcond, 
+    = b.solve (typ, a.transpose (), info, rcond,
                solve_singularity_warning, true, blas_trans);
 
   return result.transpose ();
@@ -187,7 +187,7 @@
   double rcond = 0.0;
 
   ComplexMatrix result
-    = b.solve (typ, a.transpose (), info, rcond, 
+    = b.solve (typ, a.transpose (), info, rcond,
                solve_singularity_warning, true, blas_trans);
 
   return result.transpose ();
@@ -433,8 +433,8 @@
   octave_idx_type info;
   float rcond = 0.0;
 
-  FloatMatrix result 
-    = b.solve (typ, a.transpose (), info, rcond, 
+  FloatMatrix result
+    = b.solve (typ, a.transpose (), info, rcond,
                solve_singularity_warning, true, blas_trans);
 
   return result.transpose ();
@@ -450,8 +450,8 @@
   octave_idx_type info;
   float rcond = 0.0;
 
-  FloatComplexMatrix result 
-    = b.solve (typ, a.transpose (), info, rcond, 
+  FloatComplexMatrix result
+    = b.solve (typ, a.transpose (), info, rcond,
                solve_singularity_warning, true, blas_trans);
 
   return result.transpose ();
@@ -467,8 +467,8 @@
   octave_idx_type info;
   float rcond = 0.0;
 
-  FloatComplexMatrix result 
-    = b.solve (typ, a.transpose (), info, rcond, 
+  FloatComplexMatrix result
+    = b.solve (typ, a.transpose (), info, rcond,
                solve_singularity_warning, true, blas_trans);
 
   return result.transpose ();
@@ -484,8 +484,8 @@
   octave_idx_type info;
   float rcond = 0.0;
 
-  FloatComplexMatrix result 
-    = b.solve (typ, a.transpose (), info, rcond, 
+  FloatComplexMatrix result
+    = b.solve (typ, a.transpose (), info, rcond,
                solve_singularity_warning, true, blas_trans);
 
   return result.transpose ();