mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[ci skip] random: Trim trailing whitespace in randomizer.c
To keep the diff cleaner for future changes, such as #9664.
This commit is contained in:
parent
c8d8bf7c59
commit
350883db06
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ PHP_METHOD(Random_Randomizer, getInt)
|
|||
&& ((php_random_status_state_mt19937 *) randomizer->status->state)->mode != MT_RAND_MT19937
|
||||
)) {
|
||||
uint64_t r = php_random_algo_mt19937.generate(randomizer->status) >> 1;
|
||||
|
||||
|
||||
/* This is an inlined version of the RAND_RANGE_BADSCALING macro that does not invoke UB when encountering
|
||||
* (max - min) > ZEND_LONG_MAX.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue