diff scripts/statistics/distributions/betainv.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 19b9f17d22af
line wrap: on
line diff
--- a/scripts/statistics/distributions/betainv.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/statistics/distributions/betainv.m	Thu Jan 20 17:35:29 2011 -0500
@@ -38,7 +38,7 @@
       error ("betainv: X, A and B must be of common size or scalars");
     endif
   endif
-  
+
   sz = size (x);
   inv = zeros (sz);