Commit 7c88afd654bd9425a52f48f4d04120df94565a18

Thomas de Grivel 2018-07-10T12:39:19

ws

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/core/resource-container.lisp b/core/resource-container.lisp
index 0c15b80..bb1a210 100644
--- a/core/resource-container.lisp
+++ b/core/resource-container.lisp
@@ -66,7 +66,7 @@
           (let ((,var (pop ,resources)))
             (declare (type resource ,var))
             ,@body)))))
- 
+
 ;;  Resource container
 
 (defmethod print-object ((rc resource-container) stream)