From 7f6387b59ae1b5d642b0d05afbb14cab07061a9a Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 13 Oct 2018 14:12:55 +0200 Subject: Trim trailing whitespace in source code files --- ext/spl/spl_fixedarray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/spl/spl_fixedarray.c') diff --git a/ext/spl/spl_fixedarray.c b/ext/spl/spl_fixedarray.c index 714ab46656..1d969be2ff 100644 --- a/ext/spl/spl_fixedarray.c +++ b/ext/spl/spl_fixedarray.c @@ -348,7 +348,7 @@ static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, in if (type == BP_VAR_IS && intern->fptr_offset_has) { SEPARATE_ARG_IF_REF(offset); - zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_has, "offsetexists", rv, offset); + zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_has, "offsetexists", rv, offset); if (UNEXPECTED(Z_ISUNDEF_P(rv))) { zval_ptr_dtor(offset); return NULL; -- cgit v1.2.1