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
commit31dece5bbc7d7832f3766f23e9d99d891df4e75e (patch)
tree9d88e5df09757c2fbe6488e7cf389a4023c92567
parent74f676d5312f6d8d270001b4e2ed464bdb2ff7cd (diff)
downloadrabbitmq-server-31dece5bbc7d7832f3766f23e9d99d891df4e75e.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 2d155d14..17e2ffb4 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);