Skip to content

Commit 50e3201

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: [ci skip] random: Trim trailing whitespace in randomizer.c
2 parents eb83e02 + 350883d commit 50e3201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/random/randomizer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ PHP_METHOD(Random_Randomizer, getInt)
131131
&& ((php_random_status_state_mt19937 *) randomizer->status->state)->mode != MT_RAND_MT19937
132132
)) {
133133
uint64_t r = php_random_algo_mt19937.generate(randomizer->status) >> 1;
134-
134+
135135
/* This is an inlined version of the RAND_RANGE_BADSCALING macro that does not invoke UB when encountering
136136
* (max - min) > ZEND_LONG_MAX.
137137
*/

0 commit comments

Comments
 (0)