diff scripts/general/bitset.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 139f993936af
line wrap: on
line diff
--- a/scripts/general/bitset.m
+++ b/scripts/general/bitset.m
@@ -43,7 +43,7 @@
   if (nargin == 2)
     val = 1;
   endif
-  
+
   if (isa (A, "double"))
     Bmax = bitmax;
     Amax = log2 (Bmax) + 1;