summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2012-04-23 12:54:56 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2012-04-23 12:54:56 +0100
commitbf4ed68591c4f2d4d7dd6e63849e141d41b322c3 (patch)
tree9d88e5df09757c2fbe6488e7cf389a4023c92567
parent4b172b97bc583f394d4453fedf5671c19dc27a13 (diff)
downloadrabbitmq-server-git-bf4ed68591c4f2d4d7dd6e63849e141d41b322c3.tar.gz
cosmetic
-rw-r--r--src/rabbit_mirror_queue_coordinator.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_coordinator.erl b/src/rabbit_mirror_queue_coordinator.erl
index 2d155d14e3..17e2ffb472 100644
--- a/src/rabbit_mirror_queue_coordinator.erl
+++ b/src/rabbit_mirror_queue_coordinator.erl
@@ -356,7 +356,7 @@ handle_cast(request_length, State = #state { length_fun = LengthFun }) ->
handle_cast({ensure_monitoring, Pids}, State = #state { monitors = Mons }) ->
noreply(State #state { monitors = pmon:monitor_all(Pids, Mons) }).
-handle_info(send_gm_heartbeat, State = #state{gm = GM}) ->
+handle_info(send_gm_heartbeat, State = #state { gm = GM }) ->
gm:broadcast(GM, heartbeat),
ensure_gm_heartbeat(),
noreply(State);