mirror of https://github.com/libsdl-org/SDL.git
Fixed spacing
This commit is contained in:
parent
cfb96e260b
commit
2f14b36709
|
|
@ -2534,7 +2534,7 @@ static int init_mparams(void) {
|
||||||
if ((fd = open("/dev/urandom", O_RDONLY)) < 0) {
|
if ((fd = open("/dev/urandom", O_RDONLY)) < 0) {
|
||||||
s = 0;
|
s = 0;
|
||||||
} else {
|
} else {
|
||||||
s = read(fd, buf, sizeof(buf));
|
s = read(fd, buf, sizeof(buf));
|
||||||
close(fd);
|
close(fd);
|
||||||
}
|
}
|
||||||
if (s == sizeof(buf))
|
if (s == sizeof(buf))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue