summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-10-28 16:43:37 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-10-28 16:43:37 +0100
commitbca631d7a7abab811aff8dfdbbe0c990a3c4a214 (patch)
treed2d45f3af0848383f897c8a4e551a0becd10d501
parent2bde28a0f74e7892b82ac59c3ea18eb544195f5d (diff)
downloadrabbitmq-server-git-bca631d7a7abab811aff8dfdbbe0c990a3c4a214.tar.gz
I feel really in control of Rabbit right now.
-rw-r--r--src/rabbit.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index bf5735f45a..09bedca406 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -258,8 +258,8 @@ hipe_compile() ->
{ok, M} = hipe:c(M, [o3]),
io:format("#")
end || M <- Ms]
- end)
- || Ms <- split(?HIPE_WORTHY, ?HIPE_PROCESSES)],
+ end) ||
+ Ms <- split(?HIPE_WORTHY, ?HIPE_PROCESSES)],
[receive
{'DOWN', MRef, process, _, normal} -> ok;
{'DOWN', MRef, process, _, Reason} -> exit(Reason)