diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-10-28 16:43:37 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-10-28 16:43:37 +0100 |
| commit | bca631d7a7abab811aff8dfdbbe0c990a3c4a214 (patch) | |
| tree | d2d45f3af0848383f897c8a4e551a0becd10d501 /src | |
| parent | 2bde28a0f74e7892b82ac59c3ea18eb544195f5d (diff) | |
| download | rabbitmq-server-git-bca631d7a7abab811aff8dfdbbe0c990a3c4a214.tar.gz | |
I feel really in control of Rabbit right now.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit.erl | 4 |
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) |
