diff --git a/pcl/cache.lisp b/pcl/cache.lisp
index 73cff22c063360e64be38a10422a5029b19a7217..9c15b40347dcad49cc490545fd3fa02b5d8adbc8 100644
--- a/pcl/cache.lisp
+++ b/pcl/cache.lisp
@@ -1077,4 +1077,3 @@
 		   (when dempty? (copy-line line dline) t))))
 	
 	(find-free primary primary)))))
-
diff --git a/pcl/cpl.lisp b/pcl/cpl.lisp
index 3b00b4e55a43c7f666dd067e102b7b2ef02227ca..b3f86a2543b0da0f31a0e5483a2a0490cc79935c 100644
--- a/pcl/cpl.lisp
+++ b/pcl/cpl.lisp
@@ -309,4 +309,3 @@
 	  (chase (list cpd))))
 
       cycle-reasons)))
-
diff --git a/pcl/std-class.lisp b/pcl/std-class.lisp
index 624369b9a641d60009dc858ce5ed70f00b26459b..95e80d12f87e937046e0bfb3505201f26b08e008 100644
--- a/pcl/std-class.lisp
+++ b/pcl/std-class.lisp
@@ -976,4 +976,3 @@
 (defmethod map-dependents ((metaobject dependent-update-mixin) function)
   (dolist (dependent (plist-value metaobject 'dependents))
     (funcall function dependent)))
-