Fix another regression in dumping specialized vectors.
[sbcl.git] / src / compiler / dump.lisp
index 341bdbf..5ca2b23 100644 (file)
       (dump-fop 'fop-spec-vector file)
       (dump-word length file)
       (dump-byte widetag file))
-    (dump-raw-bytes vector (ceiling (* length bits-per-length) sb!vm:n-byte-bits) file)))
+    (dump-raw-bytes vector
+                    (ceiling (* length bits-per-length) sb!vm:n-byte-bits)
+                    file)))
 \f
 ;;; Dump characters and string-ish things.