summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2014-02-03 01:08:08 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2014-02-03 01:08:08 +0000
commitc94d25c225de70e72d29e1d8305b31be2a06363f (patch)
treea073348d256229d7c8578c5ec99f250764a1ab3d
parent07a1bab90e0d4cbc9da8e532f1ec10cf2832c055 (diff)
downloadrabbitmq-server-git-c94d25c225de70e72d29e1d8305b31be2a06363f.tar.gz
cosmetic
-rw-r--r--src/rabbit_amqqueue_process.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl
index a698a43577..db20c387a5 100644
--- a/src/rabbit_amqqueue_process.erl
+++ b/src/rabbit_amqqueue_process.erl
@@ -443,7 +443,7 @@ send_or_record_confirm(#delivery{confirm = true,
rabbit_misc:confirm_to_sender(SenderPid, [MsgSeqNo]),
{immediately, State}.
-send_mandatory(#delivery{mandatory = false}) ->
+send_mandatory(#delivery{mandatory = false}) ->
ok;
send_mandatory(#delivery{mandatory = true,
sender = SenderPid,