Skip to content

Commit 9b5c15b

Browse files
committed
Remove superfluous whitespace
1 parent df7d304 commit 9b5c15b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/zend_compile.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4744,7 +4744,7 @@ static zend_result zend_compile_func_sprintf(znode *result, zend_ast_list *args)
47444744
char *p;
47454745
char *end;
47464746
uint32_t placeholder_count;
4747-
4747+
47484748
placeholder_count = 0;
47494749
p = Z_STRVAL_P(format_string);
47504750
end = p + Z_STRLEN_P(format_string);
@@ -4955,7 +4955,7 @@ static zend_result zend_try_compile_special_func_ex(znode *result, zend_string *
49554955
} else if (zend_string_equals_literal(lcname, "array_key_exists")) {
49564956
return zend_compile_func_array_key_exists(result, args);
49574957
} else if (zend_string_equals_literal(lcname, "sprintf")) {
4958-
return zend_compile_func_sprintf(result, args);
4958+
return zend_compile_func_sprintf(result, args);
49594959
} else {
49604960
return FAILURE;
49614961
}

0 commit comments

Comments
 (0)