From f60f40afaac756038bc1b3793be9ce9c8e7573e5 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Mon, 26 Jan 2009 21:27:41 +0000 Subject: [PATCH] Fix indention --- Zend/zend_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 2634693686..06e29a6906 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -2539,7 +2539,7 @@ void zend_do_early_binding(TSRMLS_D) /* clear unnecessary ZEND_FETCH_CLASS opcode */ if (opline > CG(active_op_array)->opcodes && (opline-1)->opcode == ZEND_FETCH_CLASS) { - zend_op *fetch_class_opline = opline-1; + zend_op *fetch_class_opline = opline-1; zval_dtor(&fetch_class_opline->op2.u.constant); fetch_class_opline->opcode = ZEND_NOP; -- 2.50.1