summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2013-01-04 20:05:51 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2013-01-04 20:05:51 +0000
commitf11a139e7a2c3d35f456c87d145220440a27530c (patch)
tree94d0e386333c4baadaa01c01b1470899d96d8998
parent9bcf58e863f5f5aa7a40484c4aad810c3798eb5d (diff)
downloadrabbitmq-server-git-f11a139e7a2c3d35f456c87d145220440a27530c.tar.gz
cosmetic
-rw-r--r--src/rabbit_amqqueue_process.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl
index 004180db42..f56df9d9e3 100644
--- a/src/rabbit_amqqueue_process.erl
+++ b/src/rabbit_amqqueue_process.erl
@@ -254,8 +254,7 @@ init_dlx(DLX, State = #q{q = #amqqueue{name = QName}}) ->
init_dlx_routing_key(RoutingKey, State) ->
State#q{dlx_routing_key = RoutingKey}.
-init_max_length(MaxLen, State) ->
- State#q{max_length = MaxLen}.
+init_max_length(MaxLen, State) -> State#q{max_length = MaxLen}.
terminate_shutdown(Fun, State) ->
State1 = #q{backing_queue_state = BQS} =