]> granicus.if.org Git - php/commitdiff
Fix indention
authorDavid Soria Parra <dsp@php.net>
Mon, 26 Jan 2009 21:27:41 +0000 (21:27 +0000)
committerDavid Soria Parra <dsp@php.net>
Mon, 26 Jan 2009 21:27:41 +0000 (21:27 +0000)
Zend/zend_compile.c

index 2634693686361fccf026f6a73d88804e39538368..06e29a6906f040b73681e2db21f9af1a124a8854 100644 (file)
@@ -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;