]> gitweb.factorcode.org Git - factor.git/commitdiff
hashtables: fix indentation
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 14 Nov 2009 08:01:30 +0000 (02:01 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 14 Nov 2009 08:01:30 +0000 (02:01 -0600)
core/hashtables/hashtables.factor

index 9faf587b51114d8e3c9dc6529a0f45875b1c62b7..e31ed925d15e55672974c115833368181f52c73f 100644 (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