diff scripts/sparse/cgs.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children 4b110dd204b9
line wrap: on
line diff
--- a/scripts/sparse/cgs.m
+++ b/scripts/sparse/cgs.m
@@ -131,7 +131,7 @@
   endfor;
 
   if (nargout < 1)
-    if ( flag == 0 ) 
+    if ( flag == 0 )
       printf (["cgs converged at iteration %i ",
       "to a solution with relative residual %e\n"],iter,relres);
     elseif (flag == 3)