]> granicus.if.org Git - php/commitdiff
Putting whitespace back to the way it was.
authorTrevor Suarez <rican7@gmail.com>
Wed, 11 Mar 2015 13:29:08 +0000 (09:29 -0400)
committerTrevor Suarez <rican7@gmail.com>
Wed, 11 Mar 2015 13:29:08 +0000 (09:29 -0400)
ext/date/php_date.c

index 31d3ceb43908087fdc70a878211a2191d748ecc5..bea7003fe9bf6a669d3a427a1e3a39448e19551b 100644 (file)
@@ -467,9 +467,9 @@ static const zend_function_entry date_funcs_interface[] = {
 };
 
 const zend_function_entry date_funcs_date[] = {
-       PHP_ME(DateTime,                        __construct,                    arginfo_date_create, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)
-       PHP_ME(DateTime,                        __wakeup,                               NULL, ZEND_ACC_PUBLIC)
-       PHP_ME(DateTime,                        __set_state,                    NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
+       PHP_ME(DateTime,                        __construct,            arginfo_date_create, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)
+       PHP_ME(DateTime,                        __wakeup,                       NULL, ZEND_ACC_PUBLIC)
+       PHP_ME(DateTime,                        __set_state,            NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
        PHP_ME(DateTime,                        createFromImmutable,    arginfo_date_method_create_from_immutable, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
        PHP_ME_MAPPING(createFromFormat, date_create_from_format,       arginfo_date_create_from_format, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
        PHP_ME_MAPPING(getLastErrors, date_get_last_errors,     arginfo_date_get_last_errors, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)