Skip to content

Commit 60c4728

Browse files
VIM uses spaces as tabs and that doesn't comply with the coding
standard. I think I'd fixed it so it's using real tabs now.
1 parent 0667da8 commit 60c4728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,7 @@ static int _php_curl_setopt(php_curl *ch, long option, zval **zvalue, zval *retu
22192219
case CURLOPT_DNS_SERVERS:
22202220
#endif
22212221
#if LIBCURL_VERSION_NUM >= 0x071900 /* Available since 7.25.0 */
2222-
case CURLOPT_MAIL_AUTH:
2222+
case CURLOPT_MAIL_AUTH:
22232223
#endif
22242224
{
22252225
#if LIBCURL_VERSION_NUM < 0x071100

0 commit comments

Comments
 (0)