[skip ci] Trim trailing whitespace in zend_compile.c

Introduced in 5544be7018. Trimming to simplify
the diff of the pipe operator RFC implementation.
This commit is contained in:
Tim Düsterhus 2025-06-10 09:05:37 +02:00
parent 32c6ac9133
commit 3e37bcedf4
No known key found for this signature in database

View file

@ -8361,10 +8361,10 @@ static zend_op_array *zend_compile_func_decl_ex(
"nodiscard", "nodiscard",
sizeof("nodiscard")-1 sizeof("nodiscard")-1
); );
if (nodiscard_attribute) { if (nodiscard_attribute) {
op_array->fn_flags |= ZEND_ACC_NODISCARD; op_array->fn_flags |= ZEND_ACC_NODISCARD;
} }
} }
/* Do not leak the class scope into free standing functions, even if they are dynamically /* Do not leak the class scope into free standing functions, even if they are dynamically