]> granicus.if.org Git - php/commitdiff
beautify
authorThies C. Arntzen <thies@php.net>
Wed, 7 Jun 2000 09:55:37 +0000 (09:55 +0000)
committerThies C. Arntzen <thies@php.net>
Wed, 7 Jun 2000 09:55:37 +0000 (09:55 +0000)
ext/standard/basic_functions.c

index c0eb3322750dedffb119a2f952250369703bcc02..59a7e0c6a7dc696eab5b0c63a71c34d44e1a3be2 100644 (file)
@@ -747,12 +747,12 @@ PHP_GINIT_FUNCTION(basic)
 
 PHP_MINFO_FUNCTION(basic)
 {
-        php_info_print_table_start();
+       php_info_print_table_start();
        PHP_MINFO(regex)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU);
        PHP_MINFO(dl)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU);
        PHP_MINFO(mail)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU);
-        php_info_print_table_end();
        PHP_MINFO(assert)(ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU);
+       php_info_print_table_end();
 }
 
 /* {{{ proto int ip2long(string ip_address)