summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2003-03-11 19:55:00 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2003-03-11 19:55:00 +0000
commitb0dff01890f4b07a53c138fe04512af3b5262168 (patch)
tree48bfeaf018476a9cc74d5f32b69fbff87e7d428e
parent109c2c9f29c206ee05e68fb3a08093dc7767f275 (diff)
downloadguile-b0dff01890f4b07a53c138fe04512af3b5262168.tar.gz
Indentation
-rw-r--r--oop/goops.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/oop/goops.scm b/oop/goops.scm
index 005444736..f33c5a0a8 100644
--- a/oop/goops.scm
+++ b/oop/goops.scm
@@ -1306,7 +1306,7 @@
can-go-in-now))))
(loop
(filter (lambda (x) (not (eq? x choice)))
- elements)
+ elements)
constraints
(append result (list choice)))))))))