summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Watson <watson.timothy@gmail.com>2014-01-09 16:41:45 +0000
committerTim Watson <watson.timothy@gmail.com>2014-01-09 16:41:45 +0000
commitef97da9a395b579d56714a7aed4bff3726f74ec3 (patch)
tree23154fab7486fcde9540a9529a84c2005fc37543
parentaf8361c9fe32b14952b50eb7d9dbc79c9625e4a8 (diff)
downloadrabbitmq-server-ef97da9a395b579d56714a7aed4bff3726f74ec3.tar.gz
Avoid unnecessary cosmetic changes (reduce the distance to default)
-rw-r--r--src/rabbit_amqqueue_process.erl7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl
index 8e31cac4..c3de2c08 100644
--- a/src/rabbit_amqqueue_process.erl
+++ b/src/rabbit_amqqueue_process.erl
@@ -169,10 +169,9 @@ code_change(_OldVsn, State, _Extra) ->
%%----------------------------------------------------------------------------
-declare(Recover, From,
- State = #q{q = Q,
- backing_queue = undefined,
- backing_queue_state = undefined}) ->
+declare(Recover, From, State = #q{q = Q,
+ backing_queue = undefined,
+ backing_queue_state = undefined}) ->
{IsRecovering, MediatorPid} = recovery_status(Recover),
case rabbit_amqqueue:internal_declare(Q, IsRecovering) of
#amqqueue{} = Q1 ->