Style nit

This commit is contained in:
twinaphex 2017-01-17 19:05:33 +01:00
parent e5b7b83b3f
commit 9a87bada55

View File

@ -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;