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
commit8f3985f1cd22af9bcf76db38e0a4b2c3a3505955 (patch)
tree94d0e386333c4baadaa01c01b1470899d96d8998
parentddf6b31dd5cdf75815056df9aae9be9c63068f38 (diff)
downloadrabbitmq-server-8f3985f1cd22af9bcf76db38e0a4b2c3a3505955.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 004180db..f56df9d9 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} =