summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/couch/src/couch_rep_changes_feed.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/couch/src/couch_rep_changes_feed.erl b/apps/couch/src/couch_rep_changes_feed.erl
index 651069fb..4781b583 100644
--- a/apps/couch/src/couch_rep_changes_feed.erl
+++ b/apps/couch/src/couch_rep_changes_feed.erl
@@ -242,7 +242,7 @@ handle_call({add_change, Row}, From, State) ->
handle_call(next_changes, From, State) ->
handle_next_changes(From, State);
-
+
handle_call(stop, _From, State) ->
{stop, normal, ok, State}.