0.9.2.43:
[sbcl.git] / src / code / random.lisp
index 4126036..373a3b2 100644 (file)
@@ -25,5 +25,5 @@
   (1- (ash 1 (- random-chunk-length random-integer-extra-bits))))
 
 (sb!xc:defstruct (random-state (:constructor %make-random-state)
-                              (:copier nil)) ; since shallow copy is wrong
+                               (:copier nil)) ; since shallow copy is wrong
   (state (init-random-state) :type (simple-array (unsigned-byte 32) (627))))