Skip to content

Commit

Permalink
Fix indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
David Scott committed Feb 24, 2013
1 parent 9d0c62a commit f098042
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions server/xs_server.ml
Expand Up @@ -80,10 +80,11 @@ module Server = functor(T: TRANSPORT) -> struct
done in

try_lwt
lwt () = while_lwt true do
lwt () =
while_lwt true do
lwt request = match_lwt (PS.recv channel) with
| Ok x -> return x
| Exception e -> raise_lwt e in
| Ok x -> return x
| Exception e -> raise_lwt e in
let events = take_watch_events () in
let reply = Call.reply store c request in
Lwt_mutex.with_lock m
Expand Down

0 comments on commit f098042

Please sign in to comment.