Skip to content

Commit a0675b2

Browse files
committed
ext/random: CS nits
1 parent b43bfd8 commit a0675b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/random/randomizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ PHP_METHOD(Random_Randomizer, getBytes)
330330
RETURN_THROWS();
331331
}
332332

333-
non_64:
333+
non_64:
334334

335335
for (size_t i = 0; i < result.size; i++) {
336336
ZSTR_VAL(retval)[total_size++] = result.result & 0xff;

0 commit comments

Comments
 (0)