0.9.9.18:
[sbcl.git] / src / compiler / ppc / pred.lisp
index f6bd806..3834f9e 100644 (file)
@@ -1,6 +1,6 @@
 ;;;
 ;;; Converted by William Lott.
-;;; 
+;;;
 
 (in-package "SB!VM")
 
@@ -20,7 +20,7 @@
 
 (define-vop (if-eq)
   (:args (x :scs (any-reg descriptor-reg zero null))
-        (y :scs (any-reg descriptor-reg zero null)))
+         (y :scs (any-reg descriptor-reg zero null)))
   (:conditional)
   (:info target not-p)
   (:policy :fast-safe)