Skip to content

Commit f9c4fe4

Browse files
committed
[ci skip] Fix indent
1 parent 969e837 commit f9c4fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3960,7 +3960,7 @@ static bool zend_compile_call_common(znode *result, zend_ast *args_ast, zend_fun
39603960
uint8_t opcode = opline->opcode;
39613961

39623962
if (opcode == ZEND_NEW) {
3963-
zend_error_noreturn(E_COMPILE_ERROR, "Cannot create Closure for new expression");
3963+
zend_error_noreturn(E_COMPILE_ERROR, "Cannot create Closure for new expression");
39643964
}
39653965

39663966
if (opcode == ZEND_INIT_FCALL) {

0 commit comments

Comments
 (0)