summaryrefslogtreecommitdiff
path: root/src
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
commit91f3b2a5e93305a7b4b0faf0785d716e72dab6f8 (patch)
tree3c4bee1529178383972dc6aa421f4fa85eb5871a /src
parenta1ab943fe0b500a8aa7aa6d7680678eca54fd5da (diff)
downloadrabbitmq-server-git-91f3b2a5e93305a7b4b0faf0785d716e72dab6f8.tar.gz
cosmetic
Diffstat (limited to 'src')
-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 feb214c275..aa986e542b 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),