Skip to content

Commit 36a1c61

Browse files
morrisonleviclaude
andcommitted
Move blank line to after #endif per style nitpick
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6af994d commit 36a1c61

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Zend/zend_vm_execute.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Zend/zend_vm_gen.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,8 +1908,8 @@ function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name)
19081908
if ($kind == ZEND_VM_KIND_HYBRID || $kind == ZEND_VM_KIND_CALL) {
19091909
out($f,"#if ZEND_VM_KIND == ZEND_VM_KIND_HYBRID || ZEND_VM_KIND == ZEND_VM_KIND_TAILCALL\n\n");
19101910
out($f,"static zend_vm_opcode_handler_func_t const * zend_opcode_handler_funcs;\n");
1911-
out($f,"#endif\n");
1912-
out($f,"#if ZEND_VM_KIND == ZEND_VM_KIND_TAILCALL\n\n");
1911+
out($f,"#endif\n\n");
1912+
out($f,"#if ZEND_VM_KIND == ZEND_VM_KIND_TAILCALL\n");
19131913
out($f,"static const zend_op call_interrupt_op;\n");
19141914
out($f,"#endif\n\n");
19151915
}

0 commit comments

Comments
 (0)