diff scripts/polynomial/polyreduce.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 d0b799dafede
line wrap: on
line diff
--- a/scripts/polynomial/polyreduce.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/polynomial/polyreduce.m	Thu Jan 20 17:35:29 2011 -0500
@@ -43,9 +43,9 @@
     index = find (c != 0);
 
     if (isempty (index))
-      
+
       p = 0;
-    
+
     else
 
       p = c(index (1):length (c));