Skip to content

Commit d75d52a

Browse files
author
Ilia Alshanetsky
committed
Busted by the CS police.
1 parent ab5b9b9 commit d75d52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/imap/php_imap.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3985,7 +3985,7 @@ static int build_thread_tree(THREADNODE *top, zval **tree)
39853985

39863986
/* {{{ proto array imap_thread(resource stream_id [, int options])
39873987
Return threaded by REFERENCES tree */
3988-
PHP_FUNCTION (imap_thread)
3988+
PHP_FUNCTION(imap_thread)
39893989
{
39903990
zval **streamind, **search_flags;
39913991
pils *imap_le_struct;
@@ -4025,7 +4025,7 @@ PHP_FUNCTION (imap_thread)
40254025

40264026
/* {{{ proto mixed imap_timeout(int timeout_type [, int timeout])
40274027
Set or fetch imap timeout */
4028-
PHP_FUNCTION (imap_timeout)
4028+
PHP_FUNCTION(imap_timeout)
40294029
{
40304030
long ttype, timeout=-1;
40314031
int timeout_type;

0 commit comments

Comments
 (0)