You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2017/07/16 15:47:01 UTC

[2/3] couchdb-setup git commit: chore: whitespace

chore: whitespace


Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/commit/942c665c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-setup/tree/942c665c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-setup/diff/942c665c

Branch: refs/heads/593-setup-single-node
Commit: 942c665c6e44c4f954a77d72a59aac856f20a6f3
Parents: d61381a
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sun Jul 16 17:44:51 2017 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sun Jul 16 17:44:51 2017 +0200

----------------------------------------------------------------------
 src/setup_httpd.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-setup/blob/942c665c/src/setup_httpd.erl
----------------------------------------------------------------------
diff --git a/src/setup_httpd.erl b/src/setup_httpd.erl
index a9cbfe8..1f5b7aa 100644
--- a/src/setup_httpd.erl
+++ b/src/setup_httpd.erl
@@ -39,7 +39,7 @@ handle_setup_req(#httpd{method='GET'}=Req) ->
                 true ->
                     chttpd:send_json(Req, 200, {[{state, single_node_enabled}]})
             end;
-        _ -> 
+        _ ->
             case setup:is_cluster_enabled() of
                 false ->
                     chttpd:send_json(Req, 200, {[{state, cluster_disabled}]});