- Remove whitespace

This commit is contained in:
Andi Gutmans 2004-03-22 11:16:24 +00:00
parent f34db1b437
commit 94dc9af5a0

View File

@ -2176,7 +2176,7 @@ int zend_assign_ref_handler(ZEND_OPCODE_HANDLER_ARGS)
int zend_jmp_handler(ZEND_OPCODE_HANDLER_ARGS)
{
{
#if DEBUG_ZEND>=2
printf("Jumping to %d\n", opline->op1.u.opline_num);
#endif