Skip to content

Commit e5b74e0

Browse files
committed
Trim trailing whitespace in zend_ast.c
1 parent 76d0ad5 commit e5b74e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_ast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ ZEND_API zend_result ZEND_FASTCALL zend_ast_evaluate_inner(
995995
zend_function *func = Z_PTR_P(&((zend_ast_zval*)(ast))->val);
996996

997997
zend_create_closure(result, func, scope, scope, NULL);
998-
return SUCCESS;
998+
return SUCCESS;
999999
}
10001000
case ZEND_AST_PROP:
10011001
case ZEND_AST_NULLSAFE_PROP:

0 commit comments

Comments
 (0)