Skip to content

Commit 2bf000c

Browse files
committed
ext/random: CS nits
1 parent 8b08a56 commit 2bf000c

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
@@ -323,7 +323,7 @@ PHP_METHOD(Random_Randomizer, getBytes)
323323
RETURN_THROWS();
324324
}
325325

326-
non_64:
326+
non_64:
327327

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

0 commit comments

Comments
 (0)