summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-07-15 08:53:21 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-07-15 08:53:21 +0100
commitafb9ab06460eb122e07a4d7f857e8b62a336f16c (patch)
tree5eaa42f9d8397522bfe45ba69fbaab1be83b6e81
parent98eaebfed19e7dda8a1ca981fd8136d2b2d33b93 (diff)
downloadrabbitmq-server-afb9ab06460eb122e07a4d7f857e8b62a336f16c.tar.gz
cosmetic
-rw-r--r--src/rabbit_variable_queue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl
index 74168773..c9aec2ff 100644
--- a/src/rabbit_variable_queue.erl
+++ b/src/rabbit_variable_queue.erl
@@ -1086,7 +1086,7 @@ ack(MsgStoreFun, Fun, AckTags, State) ->
MsgStoreFun(MsgStore, Guids)
end, ok, GuidsByStore),
PCount1 = PCount - case dict:find(?PERSISTENT_MSG_STORE, GuidsByStore) of
- error -> 0;
+ error -> 0;
{ok, Guids} -> length(Guids)
end,
State1 #vqstate { index_state = IndexState1,