Skip to content

Commit c6b0666

Browse files
committed
Nit: indentation
1 parent 824475f commit c6b0666

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
@@ -869,10 +869,10 @@ PHP_MINIT_FUNCTION(zend_test)
869869
zend_test_int_enum = register_class_ZendTestIntEnum();
870870

871871
/* DoOperationNoCast class */
872-
donc_ce = register_class_DoOperationNoCast();
873-
donc_ce->create_object = donc_object_create;
874-
memcpy(&donc_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
875-
donc_object_handlers.do_operation = donc_do_operation;
872+
donc_ce = register_class_DoOperationNoCast();
873+
donc_ce->create_object = donc_object_create;
874+
memcpy(&donc_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
875+
donc_object_handlers.do_operation = donc_do_operation;
876876

877877
zend_register_functions(NULL, ext_function_legacy, NULL, EG(current_module)->type);
878878

0 commit comments

Comments
 (0)