summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBob Dionne <bob@cloudant.com>2011-12-02 07:35:23 -0500
committerBob Dionne <bob@cloudant.com>2011-12-02 07:36:54 -0500
commit757880902b8883808606168eb2dca50badba0c9a (patch)
treee4ecb1e605c1860fc075305c7e9e67cdd146a4cc /apps
parent5eefb4ade649a5b481bc7554cb7141faaceea9d2 (diff)
whitespace
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}.