summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-09-01 14:40:13 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-09-01 14:40:13 +0100
commitb390352b55f221bbac0a92fd23aaf1a7c4916784 (patch)
tree3c4bee1529178383972dc6aa421f4fa85eb5871a
parent6a8b91080758e44622ae2ae72a1ada672ed7d352 (diff)
downloadrabbitmq-server-b390352b55f221bbac0a92fd23aaf1a7c4916784.tar.gz
cosmetic
-rw-r--r--src/rabbit_writer.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_writer.erl b/src/rabbit_writer.erl
index feb214c2..aa986e54 100644
--- a/src/rabbit_writer.erl
+++ b/src/rabbit_writer.erl
@@ -171,8 +171,8 @@ call(Pid, Msg) ->
assemble_frames(Channel, MethodRecord, Protocol) ->
?LOGMESSAGE(out, Channel, MethodRecord, none),
- rabbit_binary_generator:build_simple_method_frame(Channel, MethodRecord,
- Protocol).
+ rabbit_binary_generator:build_simple_method_frame(
+ Channel, MethodRecord, Protocol).
assemble_frames(Channel, MethodRecord, Content, FrameMax, Protocol) ->
?LOGMESSAGE(out, Channel, MethodRecord, Content),