diff scripts/general/bitget.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 3c6e8aaa9555
children 139f993936af
line wrap: on
line diff
--- a/scripts/general/bitget.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/general/bitget.m	Thu Jan 20 17:35:29 2011 -0500
@@ -24,7 +24,7 @@
 ## @example
 ## @group
 ## bitget (100, 8:-1:1)
-## @result{} 0  1  1  0  0  1  0  0 
+## @result{} 0  1  1  0  0  1  0  0
 ## @end group
 ## @end example
 ## @seealso{bitand, bitor, bitxor, bitset, bitcmp, bitshift, bitmax}