summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Harrop <rharrop@vmware.com>2010-09-16 00:14:04 +0100
committerRob Harrop <rharrop@vmware.com>2010-09-16 00:14:04 +0100
commitf587c9bf608e3a1687ab92529fb95082c7d1281a (patch)
treeb8cb86aeca8ee2ed3146b71b4d9bd5b60dfc51d8 /src
parentcc4a6cb25dd90d7d3a1c6e65aad3222295d4420b (diff)
downloadrabbitmq-server-git-f587c9bf608e3a1687ab92529fb95082c7d1281a.tar.gz
whitespace clean up
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_queue_index.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_queue_index.erl b/src/rabbit_queue_index.erl
index c631f7a26b..d0b5d31ae9 100644
--- a/src/rabbit_queue_index.erl
+++ b/src/rabbit_queue_index.erl
@@ -765,7 +765,7 @@ write_entry_to_segment(RelSeq, {Pub, Del, Ack}, Hdl) ->
Hdl, [<<?PUBLISH_PREFIX:?PUBLISH_PREFIX_BITS,
(bool_to_int(IsPersistent)):1,
RelSeq:?REL_SEQ_BITS>>,
- create_pub_record_body(Guid, MsgProperties)])
+ create_pub_record_body(Guid, MsgProperties)])
end,
ok = case {Del, Ack} of
{no_del, no_ack} ->
@@ -820,7 +820,7 @@ load_segment_entries(KeepAcked, Hdl, SegEntries, UnackedCount) ->
IsPersistentNum:1, RelSeq:?REL_SEQ_BITS>>} ->
%% because we specify /binary, and binaries are complete
%% bytes, the size spec is in bytes, not bits.
- {Guid, MsgProperties} = read_pub_record_body(Hdl),
+ {Guid, MsgProperties} = read_pub_record_body(Hdl),
Obj = {{Guid, MsgProperties, 1 == IsPersistentNum}, no_del, no_ack},
SegEntries1 = array:set(RelSeq, Obj, SegEntries),
load_segment_entries(KeepAcked, Hdl, SegEntries1,