Skip to content

Commit 8a18672

Browse files
committed
Nit: indentation
1 parent 433b941 commit 8a18672

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/zend_test/test.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -883,10 +883,10 @@ PHP_MINIT_FUNCTION(zend_test)
883883
zend_test_int_enum = register_class_ZendTestIntEnum();
884884

885885
/* DoOperationNoCast class */
886-
donc_ce = register_class_DoOperationNoCast();
887-
donc_ce->create_object = donc_object_create;
888-
memcpy(&donc_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
889-
donc_object_handlers.do_operation = donc_do_operation;
886+
donc_ce = register_class_DoOperationNoCast();
887+
donc_ce->create_object = donc_object_create;
888+
memcpy(&donc_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
889+
donc_object_handlers.do_operation = donc_do_operation;
890890

891891
zend_register_functions(NULL, ext_function_legacy, NULL, EG(current_module)->type);
892892

0 commit comments

Comments
 (0)