1.0.4.60: More efficient structure raw slot accessors on x86-64
[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 ()