Let OFFSET-CONFLICTS-IN-SB check multiple offsets at a time
[sbcl.git] / src / compiler / fixup-type.lisp
index ca3406c..6cfd887 100644 (file)
@@ -5,8 +5,8 @@
 (!cold-init-forms
  (map 'nil
       (lambda (saetp)
-       (setf (sb!vm:saetp-ctype saetp)
-             (specifier-type (sb!vm:saetp-specifier saetp))))
+        (setf (sb!vm:saetp-ctype saetp)
+              (specifier-type (sb!vm:saetp-specifier saetp))))
       sb!vm:*specialized-array-element-type-properties*))
 
 (!defun-from-collected-cold-init-forms !fixup-type-cold-init)
\ No newline at end of file