helly Mon Feb 19 16:20:43 2007 UTC Modified files: /php-src/ext/standard info.c Log: - WS/CS http://cvs.php.net/viewvc.cgi/php-src/ext/standard/info.c?r1=1.276&r2=1.277&diff_format=u Index: php-src/ext/standard/info.c diff -u php-src/ext/standard/info.c:1.276 php-src/ext/standard/info.c:1.277 --- php-src/ext/standard/info.c:1.276 Tue Jan 23 19:58:45 2007 +++ php-src/ext/standard/info.c Mon Feb 19 16:20:43 2007 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: info.c,v 1.276 2007/01/23 19:58:45 helly Exp $ */ +/* $Id: info.c,v 1.277 2007/02/19 16:20:43 helly Exp $ */ #include "php.h" #include "php_ini.h" @@ -173,7 +173,7 @@ php_info_print_table_row(2, name, "disabled"); } } - + PHPAPI void php_info_print_module(zend_module_entry *module TSRMLS_DC) /* {{{ */ { if (module->info_func) { @@ -197,7 +197,7 @@ } } } -/* }}}*/ +/* }}} */ static int _display_module_info_func(zend_module_entry *module TSRMLS_DC) /* {{{ */ {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php