]> granicus.if.org Git - php/commitdiff
Busted by the CS police.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 13 Jun 2003 15:01:18 +0000 (15:01 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 13 Jun 2003 15:01:18 +0000 (15:01 +0000)
ext/imap/php_imap.c

index a884054516b7c129a39bb4e40aca31928c887343..6bf87b2b2242f12f357bf5d292cc8fbac35ff985 100644 (file)
@@ -3985,7 +3985,7 @@ static int build_thread_tree(THREADNODE *top, zval **tree)
 
 /* {{{ proto array imap_thread(resource stream_id [, int options])
    Return threaded by REFERENCES tree */
-PHP_FUNCTION (imap_thread)
+PHP_FUNCTION(imap_thread)
 {
        zval **streamind, **search_flags;
        pils *imap_le_struct;
@@ -4025,7 +4025,7 @@ PHP_FUNCTION (imap_thread)
 
 /* {{{ proto mixed imap_timeout(int timeout_type [, int timeout])
    Set or fetch imap timeout */
-PHP_FUNCTION (imap_timeout)
+PHP_FUNCTION(imap_timeout)
 {
        long ttype, timeout=-1;
        int timeout_type;