Indent fix

This commit is contained in:
Kevin Tew 2011-05-03 14:39:52 -06:00
parent e2255e3f88
commit 811154cb08

View File

@ -189,10 +189,10 @@
(place-wait pl))
(let ([p (place/anon ch
(with-handlers ([exn:break? (lambda (x) (place-channel-send ch "OK") (printf "Place caught break"))])
(place-channel-send ch "ALIVE")
(sync never-evt)
(place-channel-send ch "NOK")))])
(with-handlers ([exn:break? (lambda (x) (place-channel-send ch "OK"))])
(place-channel-send ch "ALIVE")
(sync never-evt)
(place-channel-send ch "NOK")))])
(test "ALIVE" place-channel-receive p)
(place-break p)