diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-11-27 18:41:00 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-11-27 18:41:00 +0000 |
commit | c58e0576d327cc0830eecfc87951921c788e43f2 (patch) | |
tree | a6f7c6e7df0a797719ac7b1f0dc7d51bfbdd06b2 /src | |
parent | 05906b5fc0dd75fbca31463c10d07fb2eca7b83b (diff) |
Minor formatting fix.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@884946 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/couchdb/priv/couch_js/http.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/couchdb/priv/couch_js/http.c b/src/couchdb/priv/couch_js/http.c index c3d9f102..998c2439 100644 --- a/src/couchdb/priv/couch_js/http.c +++ b/src/couchdb/priv/couch_js/http.c @@ -410,7 +410,8 @@ go(JSContext* cx, JSObject* obj, HTTPData* http, char* body, size_t bodylen) curl_easy_setopt(HTTP_HANDLE, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4); curl_easy_setopt(HTTP_HANDLE, CURLOPT_ERRORBUFFER, ERRBUF); curl_easy_setopt(HTTP_HANDLE, CURLOPT_COOKIEFILE, ""); - curl_easy_setopt(HTTP_HANDLE, CURLOPT_USERAGENT, "CouchHTTP Client - Relax"); + curl_easy_setopt(HTTP_HANDLE, CURLOPT_USERAGENT, + "CouchHTTP Client - Relax"); } if(!HTTP_HANDLE) |