]> granicus.if.org Git - php/commitdiff
VIM uses spaces as tabs and that doesn't comply with the coding
authorYour Name <william.betts@gmail.com>
Sun, 27 May 2012 22:39:45 +0000 (15:39 -0700)
committerYour Name <william.betts@gmail.com>
Sun, 27 May 2012 22:39:45 +0000 (15:39 -0700)
standard. I think I'd fixed it so it's using real tabs now.

ext/curl/interface.c

index c066d6be0e40f837c57ff6f309fdd80e7100f3c7..14836cc5ab3a3bd61bdf27285ed81865776aec3a 100644 (file)
@@ -2219,7 +2219,7 @@ static int _php_curl_setopt(php_curl *ch, long option, zval **zvalue, zval *retu
                case CURLOPT_DNS_SERVERS:
 #endif 
 #if LIBCURL_VERSION_NUM >= 0x071900 /* Available since 7.25.0 */
-        case CURLOPT_MAIL_AUTH:
+               case CURLOPT_MAIL_AUTH:
 #endif
                {
 #if LIBCURL_VERSION_NUM < 0x071100