[bknr-cvs] ksprotte changed trunk/projects/bos/m2/allocation-cache.lisp

BKNR Commits bknr at bknr.net
Mon Jul 21 15:08:54 UTC 2008


Revision: 3536
Author: ksprotte
URL: http://bknr.net/trac/changeset/3536

small indentation fix

U   trunk/projects/bos/m2/allocation-cache.lisp

Modified: trunk/projects/bos/m2/allocation-cache.lisp
===================================================================
--- trunk/projects/bos/m2/allocation-cache.lisp	2008-07-21 14:58:36 UTC (rev 3535)
+++ trunk/projects/bos/m2/allocation-cache.lisp	2008-07-21 15:08:54 UTC (rev 3536)
@@ -257,8 +257,8 @@
 (defclass allocation-cache-subsystem ()
   ())
 
-(defmethod bknr.datastore::restore-subsystem
-    (store (subsystem allocation-cache-subsystem) &key until)
+(defmethod bknr.datastore::restore-subsystem (store (subsystem allocation-cache-subsystem)
+                                              &key until)
   (declare (ignore until))
   (rebuild-cache)
   (bos.m2::invoke-store-transient-init-functions))




More information about the Bknr-cvs mailing list