diff src/DLD-FUNCTIONS/svd.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 01f703952eff
children 7ef7e20057fa
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/svd.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/DLD-FUNCTIONS/svd.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -206,7 +206,7 @@
                 {
                   if (tmp.any_element_is_inf_or_nan ())
                     {
-                      error ("svd: cannot take SVD of matrix containing Inf or NaN values"); 
+                      error ("svd: cannot take SVD of matrix containing Inf or NaN values");
                       return retval;
                     }
 
@@ -234,7 +234,7 @@
                 {
                   if (ctmp.any_element_is_inf_or_nan ())
                     {
-                      error ("svd: cannot take SVD of matrix containing Inf or NaN values"); 
+                      error ("svd: cannot take SVD of matrix containing Inf or NaN values");
                       return retval;
                     }
 
@@ -265,7 +265,7 @@
                 {
                   if (tmp.any_element_is_inf_or_nan ())
                     {
-                      error ("svd: cannot take SVD of matrix containing Inf or NaN values"); 
+                      error ("svd: cannot take SVD of matrix containing Inf or NaN values");
                       return retval;
                     }
 
@@ -293,7 +293,7 @@
                 {
                   if (ctmp.any_element_is_inf_or_nan ())
                     {
-                      error ("svd: cannot take SVD of matrix containing Inf or NaN values"); 
+                      error ("svd: cannot take SVD of matrix containing Inf or NaN values");
                       return retval;
                     }