diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-07-02 17:42:17 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-07-02 17:42:17 +0100 |
| commit | 232fc2a35b8836c81c401db0279dba7951a56edc (patch) | |
| tree | 8060024cfe40782b830d9efd54e24126115434f9 /src | |
| parent | a29a0b1e7e135e6b10f38900ff2426302fe8d1bd (diff) | |
| download | rabbitmq-server-git-232fc2a35b8836c81c401db0279dba7951a56edc.tar.gz | |
cosmetic
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mixed_queue.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_mixed_queue.erl b/src/rabbit_mixed_queue.erl index f6ef355d9b..26fa029db7 100644 --- a/src/rabbit_mixed_queue.erl +++ b/src/rabbit_mixed_queue.erl @@ -146,8 +146,8 @@ to_disk_only_mode(TxnMessages, State = end; ({disk, Count}, {RQueueAcc, TxPublishAcc}) -> ok = if [] == TxPublishAcc -> ok; - true -> rabbit_disk_queue:tx_commit(Q, TxPublishAcc, - []) + true -> + rabbit_disk_queue:tx_commit(Q, TxPublishAcc, []) end, {RQueueAcc1, 0} = rabbit_misc:unfold( |
