mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
fix whitespace pollution
This commit is contained in:
+1
-1
@@ -445,7 +445,7 @@ PHP_MINIT_FUNCTION(imap)
|
||||
mail_link(&newsdriver); /* link in the news driver */
|
||||
mail_link(&philedriver); /* link in the phile driver */
|
||||
auth_link(&auth_log); /* link in the log authenticator */
|
||||
auth_link(&auth_md5); /* link in the cram-md5 authenticator */
|
||||
auth_link(&auth_md5); /* link in the cram-md5 authenticator */
|
||||
#ifdef HAVE_IMAP_SSL
|
||||
ssl_onceonlyinit ();
|
||||
auth_link (&auth_ssl); /* link in the ssl authenticator */
|
||||
|
||||
Reference in New Issue
Block a user