summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-04-16 16:23:42 +0100
committerMatthew Sackman <matthew@lshift.net>2010-04-16 16:23:42 +0100
commit103567b6a6f28d23051072f9cd8d26e6ff392076 (patch)
tree16a7256fa5ae7d495d7a208e8b5907dd04e87e76 /src
parentb53e55cfc5e96834325b38dc75bb107f417f242b (diff)
downloadrabbitmq-server-git-103567b6a6f28d23051072f9cd8d26e6ff392076.tar.gz
cosmetic
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_msg_store.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_msg_store.erl b/src/rabbit_msg_store.erl
index 0d7254e5c2..e875ac5f29 100644
--- a/src/rabbit_msg_store.erl
+++ b/src/rabbit_msg_store.erl
@@ -1585,8 +1585,7 @@ combine_files(#file_summary { file = Source,
{ok, SourceHdl} =
open_file(Dir, SourceName, ?READ_AHEAD_MODE),
{ok, DestinationHdl} =
- open_file(Dir, DestinationName,
- ?READ_AHEAD_MODE ++ ?WRITE_MODE),
+ open_file(Dir, DestinationName, ?READ_AHEAD_MODE ++ ?WRITE_MODE),
ExpectedSize = SourceValid + DestinationValid,
%% if DestinationValid =:= DestinationContiguousTop then we don't
%% need a tmp file