summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-12-10 14:26:28 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2010-12-10 14:26:28 +0000
commit26605ed42eba71b543bb91c55155d29c325d8abf (patch)
treeb924c88479dab8fb6a706888cdcf22ae604bd5fc
parent9fd251af4cd96bb8fc6cb188f59b54b9836c463d (diff)
downloadrabbitmq-server-26605ed42eba71b543bb91c55155d29c325d8abf.tar.gz
Removing tabs. GRRR
-rw-r--r--src/rabbit_channel.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl
index 82ba510c..4e9bd4b1 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,