From: David Soria Parra Date: Mon, 26 Jan 2009 21:27:41 +0000 (+0000) Subject: Fix indention X-Git-Tag: php-5.2.9RC1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f60f40afaac756038bc1b3793be9ce9c8e7573e5;p=php Fix indention --- 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;