Fixed spacing

This commit is contained in:
Sam Lantinga 2023-03-01 10:02:14 -08:00
parent cfb96e260b
commit 2f14b36709
1 changed files with 8 additions and 8 deletions

View File

@ -2534,7 +2534,7 @@ static int init_mparams(void) {
if ((fd = open("/dev/urandom", O_RDONLY)) < 0) {
s = 0;
} else {
s = read(fd, buf, sizeof(buf));
s = read(fd, buf, sizeof(buf));
close(fd);
}
if (s == sizeof(buf))