Skip to content

Commit 350883d

Browse files
committed
[ci skip] random: Trim trailing whitespace in randomizer.c
To keep the diff cleaner for future changes, such as #9664.
1 parent c8d8bf7 commit 350883d

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)