Fix formatting to force restart wercker

This commit is contained in:
Abandoned Cart 2018-08-28 07:50:30 -04:00 committed by GitHub
parent 88c104580c
commit 95c06b942b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -210,8 +210,8 @@ bool InitDrive(u32 fileflags/*=0*/)
std::string diskImageFileName = settings.imgread.LastImage;
#ifdef BUILD_DREAMCAST
int returnCode = GetFile(diskImageFileName);
if (!returnCode)
return false;
if (!returnCode)
return false;
#else
int returnCode = rv_error;
#endif
@ -424,4 +424,4 @@ DiscType GuessDiscType(bool m1, bool m2, bool da)
return CdRom_Extra;
else
return CdRom;
}
}