0.6.11.45:
[sbcl.git] / src / compiler / gtn.lisp
index 6795bd2..e2520f8 100644 (file)
 (defun return-value-efficency-note (tails)
   (declare (type tail-set tails))
   (let ((funs (tail-set-functions tails)))
-    (when (policy (lambda-bind (first funs)) (> (max speed space)
-                                               inhibit-warnings))
+    (when (policy (lambda-bind (first funs))
+                 (> (max speed space)
+                    inhibit-warnings))
       (dolist (fun funs
                   (let ((*compiler-error-context* (lambda-bind (first funs))))
                     (compiler-note