mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-08 04:18:14 +00:00
Fixed spacing
This commit is contained in:
@@ -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))
|
||||||
|
Reference in New Issue
Block a user