diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-12-10 14:26:28 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-12-10 14:26:28 +0000 |
| commit | 088bc9f02f21a3ff83e27aba0aa0518d7a39df1a (patch) | |
| tree | b924c88479dab8fb6a706888cdcf22ae604bd5fc | |
| parent | 0bdc9b2cb2f9f990c9fa0b8c49d900b6af26dfa4 (diff) | |
| download | rabbitmq-server-git-088bc9f02f21a3ff83e27aba0aa0518d7a39df1a.tar.gz | |
Removing tabs. GRRR
| -rw-r--r-- | src/rabbit_channel.erl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index 82ba510cb5..4e9bd4b137 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -262,10 +262,10 @@ handle_cast({command, Msg}, State = #ch{writer_pid = WriterPid}) -> noreply(State); handle_cast({deliver, ConsumerTag, AckRequired, - Msg = {_QName, QPid, _MsgId, Redelivered, - #basic_message{exchange_name = ExchangeName, - routing_key = RoutingKey, - content = Content}}}, + Msg = {_QName, QPid, _MsgId, Redelivered, + #basic_message{exchange_name = ExchangeName, + routing_key = RoutingKey, + content = Content}}}, State = #ch{writer_pid = WriterPid, next_tag = DeliveryTag}) -> State1 = lock_message(AckRequired, |
