summaryrefslogtreecommitdiff
path: root/src/couchdb/priv/couch_js/http.c
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-11-27 18:41:00 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-11-27 18:41:00 +0000
commitc58e0576d327cc0830eecfc87951921c788e43f2 (patch)
treea6f7c6e7df0a797719ac7b1f0dc7d51bfbdd06b2 /src/couchdb/priv/couch_js/http.c
parent05906b5fc0dd75fbca31463c10d07fb2eca7b83b (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/couchdb/priv/couch_js/http.c')
-rw-r--r--src/couchdb/priv/couch_js/http.c3
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)