Commit:    57e7c7bd49dae25f2d3ec935b5e264d0fb62b6b3
Author:    Xinchen Hui <larue...@php.net>         Sat, 18 Aug 2012 11:57:53 
+0800
Parents:   72b9b8f380690357fc29efdfcba183b8a8a81268
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=57e7c7bd49dae25f2d3ec935b5e264d0fb62b6b3

Log:
tab

Changed paths:
  M  Zend/zend_compile.h


Diff:
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index a06c985..8919fdc 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -80,7 +80,7 @@ typedef union _znode_op {
        zend_op       *jmp_addr;
        zval          *zv;
        zend_literal  *literal;
-  void          *ptr;        /* Used for passing pointers from the compile to 
execution phase, currently used for traits */
+       void          *ptr;        /* Used for passing pointers from the 
compile to execution phase, currently used for traits */
 } znode_op;
 
 typedef struct _znode { /* used only during compilation */


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to