]> granicus.if.org Git - php/commitdiff
noet
authorSterling Hughes <sterling@php.net>
Fri, 24 Aug 2001 01:12:37 +0000 (01:12 +0000)
committerSterling Hughes <sterling@php.net>
Fri, 24 Aug 2001 01:12:37 +0000 (01:12 +0000)
ext/curl/curl.c

index 6e97eaafca6864296519c35a3032995156dedbfc..ed857d012e5ac1d913c307293c2f9743d60e07f9 100644 (file)
@@ -669,7 +669,7 @@ PHP_FUNCTION(curl_setopt)
        case CURLOPT_STDERR: {
                FILE *fp;
                ZEND_FETCH_RESOURCE(fp, FILE *, zvalue, -1, "File-Handle", php_file_le_fopen());
-               
+
                error = CURLE_OK;
                switch (option) {
                case CURLOPT_FILE:
@@ -730,7 +730,7 @@ PHP_FUNCTION(curl_setopt)
                        HashTable        *postfields;
                        struct HttpPost  *first = NULL;
                        struct HttpPost  *last  = NULL;
-       
+
                        postfields = HASH_OF(*zvalue);
                        if (! postfields) {
                                php_error(E_WARNING, "Couldn't get HashTable in CURLOPT_POSTFIELDS");
@@ -1030,6 +1030,6 @@ static void _php_curl_close(zend_rsrc_list_entry *rsrc TSRMLS_DC)
  * tab-width: 4
  * c-basic-offset: 4
  * End:
- * vim600: sw=4 ts=4 tw=78 fdm=marker
- * vim<600: sw=4 ts=4 tw=78
+ * vim600: noet sw=4 ts=4 tw=78 fdm=marker
+ * vim<600: noet sw=4 ts=4 tw=78
  */