diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-01-18 09:09:24 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-01-18 09:09:24 +0000 |
| commit | 692e2835db587ba6722ef7e8e118586a14333469 (patch) | |
| tree | d1b72b804814601fe96f8b0014a6719f490c4c51 | |
| parent | 3bb4decb57c18d1ad382f5939ccb9f46c5ecb251 (diff) | |
| download | rabbitmq-server-git-692e2835db587ba6722ef7e8e118586a14333469.tar.gz | |
cosmetic: correct indentation
| -rw-r--r-- | src/rabbit_amqqueue_process.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl index b4fd3fccc0..c390b2b7e4 100644 --- a/src/rabbit_amqqueue_process.erl +++ b/src/rabbit_amqqueue_process.erl @@ -514,8 +514,8 @@ i(messages_uncommitted, _) -> #tx{pending_messages = Pending} <- all_tx_record()]); i(messages, State) -> lists:sum([i(Item, State) || Item <- [messages_ready, - messages_unacknowledged, - messages_uncommitted]]); + messages_unacknowledged, + messages_uncommitted]]); i(acks_uncommitted, _) -> lists:sum([length(Pending) || #tx{pending_acks = Pending} <- all_tx_record()]); |
