0.7.12.42:
[sbcl.git] / src / compiler / dfo.lisp
index 65134b1..291a1cb 100644 (file)
@@ -59,7 +59,7 @@
       (unless (eq old-next old-tail)
        (setf (block-next head) old-next)
        (setf (block-prev old-next) head)
-       
+
        (setf (block-prev next) old-last)
        (setf (block-next old-last) next))