]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/heaps/heaps.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / persistent / heaps / heaps.factor
index e836a4afc6c746e692a54ef6ed8444cbd896c8bb..7d3905337970e5e0a86e24fc0e846d3138cb9eee 100644 (file)
@@ -42,7 +42,7 @@ GENERIC: sift-down ( value prio left right -- heap )
         <singleton-heap> <persistent-heap> <branch>
     ] if ;
 
-M: empty-heap sift-down 
+M: empty-heap sift-down
     over singleton-heap? [ singleton-sift-down ] [ <branch> ] if ;
 
 :: reroot-left ( value prio left right -- heap )