* excluding getservby*() in PHP4 (??)
[m6w6/ext-http] / http_curl_api.c
index 0669db4d22f6d9379f5f18872f9a288aa64b5879..9ee8afedb7401ca21427f20404d0561e857bd7e8 100644 (file)
@@ -494,7 +494,7 @@ PHP_HTTP_API STATUS _http_get_ex(CURL *ch, const char *URL, HashTable *options,
        http_curl_startup(ch, clean_curl, URL, options);
        curl_easy_setopt(ch, CURLOPT_HTTPGET, 1);
        http_curl_perform(ch, clean_curl);
-       
+
        if (info) {
                http_curl_getinfo(ch, info);
        }