diff options
Diffstat (limited to 'src/rabbit.erl')
| -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) |
