Skip to content

Commit 3e37bce

Browse files
committed
[skip ci] Trim trailing whitespace in zend_compile.c
Introduced in 5544be7. Trimming to simplify the diff of the pipe operator RFC implementation.
1 parent 32c6ac9 commit 3e37bce

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
@@ -8361,10 +8361,10 @@ static zend_op_array *zend_compile_func_decl_ex(
83618361
"nodiscard",
83628362
sizeof("nodiscard")-1
83638363
);
8364-
8364+
83658365
if (nodiscard_attribute) {
83668366
op_array->fn_flags |= ZEND_ACC_NODISCARD;
8367-
}
8367+
}
83688368
}
83698369

83708370
/* Do not leak the class scope into free standing functions, even if they are dynamically

0 commit comments

Comments
 (0)