mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 11:28:15 +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) {
|
||||
s = 0;
|
||||
} else {
|
||||
s = read(fd, buf, sizeof(buf));
|
||||
s = read(fd, buf, sizeof(buf));
|
||||
close(fd);
|
||||
}
|
||||
if (s == sizeof(buf))
|
||||
|
Reference in New Issue
Block a user