mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 04:51:32 +00:00
Style nit
This commit is contained in:
parent
e5b7b83b3f
commit
9a87bada55
@ -349,7 +349,8 @@ bool netplay_wait_and_init_serialization(netplay_t *netplay)
|
||||
return true;
|
||||
|
||||
/* Wait a maximum of 60 frames */
|
||||
for (frame = 0; frame < 60; frame++) {
|
||||
for (frame = 0; frame < 60; frame++)
|
||||
{
|
||||
if (netplay_try_init_serialization(netplay))
|
||||
return true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user