]> granicus.if.org Git - php/commitdiff
- Whitespace
authorDerick Rethans <derick@php.net>
Sun, 18 Apr 2004 14:04:48 +0000 (14:04 +0000)
committerDerick Rethans <derick@php.net>
Sun, 18 Apr 2004 14:04:48 +0000 (14:04 +0000)
ext/mcrypt/mcrypt.c

index 94ea39d3fa1e89780c90eb99fa42574b87aaa47e..35bf4279b706dd576e2a8b54a9382fafa72753fa 100644 (file)
@@ -216,8 +216,8 @@ ZEND_GET_MODULE(mcrypt)
 #define MCRYPT_ENTRY2_4(a) MCRYPT_ENTRY_NAMED(a, a)
 
 PHP_INI_BEGIN()
-       STD_PHP_INI_ENTRY("mcrypt.algorithms_dir",      NULL, PHP_INI_ALL, OnUpdateString, algorithms_dir, zend_mcrypt_globals, mcrypt_globals)
-       STD_PHP_INI_ENTRY("mcrypt.modes_dir",   NULL, PHP_INI_ALL, OnUpdateString, modes_dir, zend_mcrypt_globals, mcrypt_globals)
+       STD_PHP_INI_ENTRY("mcrypt.algorithms_dir", NULL, PHP_INI_ALL, OnUpdateString, algorithms_dir, zend_mcrypt_globals, mcrypt_globals)
+       STD_PHP_INI_ENTRY("mcrypt.modes_dir",      NULL, PHP_INI_ALL, OnUpdateString, modes_dir, zend_mcrypt_globals, mcrypt_globals)
 PHP_INI_END()
 
 static void php_mcrypt_module_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC)