1.0.24.44: bug in INVALID-ARRAY-INDEX-ERROR, leaving EXPECTED-TYPE slot unbound
[sbcl.git] / src / runtime / alloc.c
index 359e031..7843e0b 100644 (file)
@@ -74,7 +74,7 @@ static lispobj *
 pa_alloc(int bytes, int page_type_flag)
 {
     lispobj *result;
-    
+
     /* FIXME: this is not pseudo atomic at all, but is called only from
      * interrupt safe places like interrupt handlers. MG - 2005-08-09 */
     result = dynamic_space_free_pointer;