cvs: ZendEngine2(PHP_5_2) / zend_compile.c

[email protected] ("David Soria Parra") Mon, 26 Jan 2009 21:27:43 -0000
Newsgroups php.zend-engine.cvs
Message-ID <cvsdsp1233005263@cvsserver>
dsp		Mon Jan 26 21:27:43 2009 UTC

  Modified files:              (Branch: PHP_5_2)
    /ZendEngine2	zend_compile.c 
  Log:
  Fix indention
  
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_compile.c?r1=1.647.2.27.2.53&r2=1.647.2.27.2.54&diff_format=u
Index: ZendEngine2/zend_compile.c
diff -u ZendEngine2/zend_compile.c:1.647.2.27.2.53 ZendEngine2/zend_compile.c:1.647.2.27.2.54
--- ZendEngine2/zend_compile.c:1.647.2.27.2.53	Wed Jan 21 10:15:44 2009
+++ ZendEngine2/zend_compile.c	Mon Jan 26 21:27:41 2009
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_compile.c,v 1.647.2.27.2.53 2009/01/21 10:15:44 dmitry Exp $ */
+/* $Id: zend_compile.c,v 1.647.2.27.2.54 2009/01/26 21:27:41 dsp Exp $ */
 
 #include <zend_language_parser.h>
 #include "zend.h"
@@ -2539,7 +2539,7 @@
 					/* 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;