diff scripts/sparse/gplot.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 71ce008332e2
line wrap: on
line diff
--- a/scripts/sparse/gplot.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/sparse/gplot.m	Thu Jan 20 17:35:29 2011 -0500
@@ -47,7 +47,7 @@
   ycoord = [xy(i,2), xy(j,2), NaN(length(i),1) ]'(:);
 
   if (nargout == 0)
-    plot (xcoord, ycoord, line_style); 
+    plot (xcoord, ycoord, line_style);
   else
     x = xcoord;
     y = ycoord;