diff options
author | Bob Dionne <bob@cloudant.com> | 2011-12-02 07:35:23 -0500 |
---|---|---|
committer | Bob Dionne <bob@cloudant.com> | 2011-12-02 07:36:54 -0500 |
commit | 757880902b8883808606168eb2dca50badba0c9a (patch) | |
tree | e4ecb1e605c1860fc075305c7e9e67cdd146a4cc /apps | |
parent | 5eefb4ade649a5b481bc7554cb7141faaceea9d2 (diff) |
whitespace
Diffstat (limited to 'apps')
-rw-r--r-- | apps/couch/src/couch_rep_changes_feed.erl | 2 |
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}. |