0.9.2.43:
[sbcl.git] / src / compiler / alpha / show.lisp
index 468718b..9d1a74d 100644 (file)
@@ -16,7 +16,7 @@
   (:results (result :scs (descriptor-reg)))
   (:save-p t)
   (:temporary (:sc any-reg :offset cfunc-offset :target result :to (:result 0))
-             cfunc)
+              cfunc)
   (:temporary (:sc descriptor-reg :offset nl0-offset :from (:argument 0)) a0)
   (:temporary (:sc control-stack :offset nfp-save-offset) nfp-save)
   (:temporary (:scs (non-descriptor-reg)) temp)
     (let ((cur-nfp (current-nfp-tn vop)))
       (move object a0)
       (when cur-nfp
-       (store-stack-tn nfp-save cur-nfp))
+        (store-stack-tn nfp-save cur-nfp))
       (inst li (make-fixup "debug_print" :foreign) cfunc)
       (inst li (make-fixup "call_into_c" :foreign) temp)
       (inst jsr lip-tn temp (make-fixup "call_into_c" :foreign))
       (when cur-nfp
-       (maybe-load-stack-nfp-tn cur-nfp nfp-save temp))
+        (maybe-load-stack-nfp-tn cur-nfp nfp-save temp))
       (move cfunc result))))