From 7fe84eba9982ebb3bcaa48b7aa28fdd2e130422d Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Wed, 2 Jun 2010 12:54:49 +0000 Subject: trailing whitespace pedantry git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950545 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_work_queue.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/couchdb/couch_work_queue.erl') diff --git a/src/couchdb/couch_work_queue.erl b/src/couchdb/couch_work_queue.erl index 3581aaf7..decfcad8 100644 --- a/src/couchdb/couch_work_queue.erl +++ b/src/couchdb/couch_work_queue.erl @@ -83,7 +83,7 @@ handle_call({dequeue, Max}, _From, #q{queue=Queue, max_size=MaxSize, {reply, {ok, queue:to_list(Queue)}, Q2} end; true -> - {DequeuedItems, Queue2, Blocked2} = + {DequeuedItems, Queue2, Blocked2} = dequeue_items(Max, Queue, Q#q.blocked, []), {reply, {ok, DequeuedItems}, Q#q{items=Items-Max,blocked=Blocked2,queue=Queue2}} -- cgit v1.2.3