diff options
author | Matthias Radestock <matthias@rabbitmq.com> | 2011-06-02 10:46:00 +0100 |
---|---|---|
committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-06-02 10:46:00 +0100 |
commit | da71b755e5da5eaebb732205d9ee43f8fef263fc (patch) | |
tree | 435814cb859bb00db2183d7807ddc972019b0eda /src/rabbit_amqqueue_process.erl | |
parent | 60445947a03a1e7ac48084a4808c20c82d59b8b2 (diff) | |
download | rabbitmq-server-da71b755e5da5eaebb732205d9ee43f8fef263fc.tar.gz |
cosmetic: eliminate gratuitous diffs vs 'default'
Diffstat (limited to 'src/rabbit_amqqueue_process.erl')
-rw-r--r-- | src/rabbit_amqqueue_process.erl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl index b1c95338..17c35e90 100644 --- a/src/rabbit_amqqueue_process.erl +++ b/src/rabbit_amqqueue_process.erl @@ -35,7 +35,7 @@ -export([init_with_backing_queue_state/7]). -% Queue's state +%% Queue's state -record(q, {q, exclusive_consumer, has_had_consumers, @@ -843,11 +843,11 @@ emit_consumer_deleted(ChPid, ConsumerTag) -> prioritise_call(Msg, _From, _State) -> case Msg of - info -> 9; - {info, _Items} -> 9; - consumers -> 9; - {run_backing_queue, _Mod, _Fun} -> 6; - _ -> 0 + info -> 9; + {info, _Items} -> 9; + consumers -> 9; + {run_backing_queue, _Mod, _Fun} -> 6; + _ -> 0 end. prioritise_cast(Msg, _State) -> |