hashtables: fix indentation

db4
Slava Pestov 2009-11-14 02:01:30 -06:00
parent 78aa73b29e
commit 11174a7ffe
1 changed files with 1 additions and 3 deletions

View File

@ -115,9 +115,7 @@ M: hashtable assoc-size ( hash -- n )
[ count>> ] [ deleted>> ] bi - ; inline
: rehash ( hash -- )
dup >alist [
dup clear-assoc
] dip (rehash) ;
dup >alist [ dup clear-assoc ] dip (rehash) ;
M: hashtable set-at ( value key hash -- )
dup ?grow-hash