From af5e4f842a9555e4bf02fb0061152a9f83ffef40 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 23 Oct 1991 15:35:19 +0000
Subject: [PATCH] Deleted spurious line at EOF due to non-newline termination
 in merge.

---
 pcl/cache.lisp     | 1 -
 pcl/cpl.lisp       | 1 -
 pcl/std-class.lisp | 1 -
 3 files changed, 3 deletions(-)

diff --git a/pcl/cache.lisp b/pcl/cache.lisp
index 73cff22c0..9c15b4034 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 3b00b4e55..b3f86a254 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 624369b9a..95e80d12f 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)))
-
-- 
GitLab