You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/09/17 19:34:51 UTC

chttpd commit: updated refs/heads/master to e1c0f12

Repository: couchdb-chttpd
Updated Branches:
  refs/heads/master 31c15c70d -> e1c0f12d9


remove tabs


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

Branch: refs/heads/master
Commit: e1c0f12d9c0c5c193c07c4514916838c58798888
Parents: 31c15c7
Author: Robert Newson <rn...@apache.org>
Authored: Thu Sep 17 18:34:41 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Sep 17 18:34:41 2015 +0100

----------------------------------------------------------------------
 test/chttpd_error_info_tests.erl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/e1c0f12d/test/chttpd_error_info_tests.erl
----------------------------------------------------------------------
diff --git a/test/chttpd_error_info_tests.erl b/test/chttpd_error_info_tests.erl
index acc4b5e..565482d 100644
--- a/test/chttpd_error_info_tests.erl
+++ b/test/chttpd_error_info_tests.erl
@@ -116,10 +116,10 @@ error_info_test() ->
                " the characters _, $, (, ), +, -, and / are allowed."
                " Must begin with a letter.">>}
         },
-	{
+        {
             {Error, {illegal_docid,1}},
             {400, <<"illegal_docid">>, 1}
-	},
+        },
         {
             {missing_stub, Reason},
             {412, <<"missing_stub">>, Reason}