Skip to content

Commit 57e7c7b

Browse files
committed
tab
1 parent 72b9b8f commit 57e7c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ typedef union _znode_op {
8080
zend_op *jmp_addr;
8181
zval *zv;
8282
zend_literal *literal;
83-
void *ptr; /* Used for passing pointers from the compile to execution phase, currently used for traits */
83+
void *ptr; /* Used for passing pointers from the compile to execution phase, currently used for traits */
8484
} znode_op;
8585

8686
typedef struct _znode { /* used only during compilation */

0 commit comments

Comments
 (0)