From 511b986173c33e8ea94dd9af3c2a9428917d9489 Mon Sep 17 00:00:00 2001
From: pmai <pmai>
Date: Thu, 19 Sep 2002 17:53:59 +0000
Subject: [PATCH] Minor indentation fix.

---
 pcl/defs.lisp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pcl/defs.lisp b/pcl/defs.lisp
index b57e9d02a..ce41ab9ae 100644
--- a/pcl/defs.lisp
+++ b/pcl/defs.lisp
@@ -423,8 +423,7 @@
 
 (defclass standard-object (std-object kernel:instance) ())
 
-(defclass funcallable-standard-object (std-object
-				       kernel:funcallable-instance)
+(defclass funcallable-standard-object (std-object kernel:funcallable-instance)
      ()
   (:metaclass funcallable-standard-class))
 
-- 
GitLab