Fix make-array transforms.
[sbcl.git] / tests / mop-12.impure-cload.lisp
index 5bcbbb0..f39915b 100644 (file)
@@ -34,7 +34,7 @@
 
 (defvar *count1* 0)
 
-(defmethod myfun1 (a b) 
+(defmethod myfun1 (a b)
   (incf *count1*))
 
 (myfun1 2 3)
@@ -63,7 +63,7 @@
 
 (defvar *count2* 0)
 
-(defmethod myfun2 (a b) 
+(defmethod myfun2 (a b)
   (incf *count2*))
 
 (myfun2 2 3)