Commit 770128dcad8cf882c1bdf499ec34d9c5310d9f9d

Thomas de Grivel 2015-08-01T01:38:30

ws

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/core/probe.lisp b/core/probe.lisp
index e9504a9..0a74a78 100644
--- a/core/probe.lisp
+++ b/core/probe.lisp
@@ -41,7 +41,8 @@
 	(dolist (probe-definition direct-probes)
 	  (collect (apply #'make-instance
 			  (probe-class rc)
-			  :name probe-definition)))))
+			  :name
+                          probe-definition)))))
 
 (defmethod probe-properties ((rc resource-class))
   (let ((properties nil))