1.0.0.16: fix SB-POSIX:READDIR to work when built with largefile
[sbcl.git] / tests / compiler.impure.lisp
index a3d6f33..6b01a47 100644 (file)
 
 ;;; program-error from bad lambda-list keyword
 (assert (eq :ok
-            (handler-case 
+            (handler-case
                 (funcall (lambda (&whole x)
                            (list &whole x)))
               (program-error ()