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 2010/06/14 15:44:55 UTC

svn commit: r954472 - /couchdb/branches/0.11.x/src/couchdb/couch_httpd_db.erl

Author: jan
Date: Mon Jun 14 13:44:55 2010
New Revision: 954472

URL: http://svn.apache.org/viewvc?rev=954472&view=rev
Log:
whitespace

Modified:
    couchdb/branches/0.11.x/src/couchdb/couch_httpd_db.erl

Modified: couchdb/branches/0.11.x/src/couchdb/couch_httpd_db.erl
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/src/couchdb/couch_httpd_db.erl?rev=954472&r1=954471&r2=954472&view=diff
==============================================================================
--- couchdb/branches/0.11.x/src/couchdb/couch_httpd_db.erl (original)
+++ couchdb/branches/0.11.x/src/couchdb/couch_httpd_db.erl Mon Jun 14 13:44:55 2010
@@ -743,7 +743,7 @@ send_doc_efficiently(Req, #doc{atts=Atts
             AttsSinceRevPos = proplists:get_value(atts_after_revpos, Options, 0),
             Len = couch_doc:len_doc_to_multi_part_stream(Boundary,JsonBytes,Atts,
                     AttsSinceRevPos,false),
-            CType = {<<"Content-Type">>, 
+            CType = {<<"Content-Type">>,
                     <<"multipart/related; boundary=\"", Boundary/binary, "\"">>},
             {ok, Resp} = start_response_length(Req, 200, [CType|Headers], Len),
             couch_doc:doc_to_multi_part_stream(Boundary,JsonBytes,Atts,