Core: Clean up brace placements

This commit is contained in:
Lioncash
2014-08-30 17:23:13 -04:00
parent 8553b0f27b
commit eb535be874
46 changed files with 262 additions and 206 deletions

View File

@ -733,7 +733,8 @@ bool PlayInput(const std::string& filename)
if (tmpHeader.filetype[0] != 'D' ||
tmpHeader.filetype[1] != 'T' ||
tmpHeader.filetype[2] != 'M' ||
tmpHeader.filetype[3] != 0x1A) {
tmpHeader.filetype[3] != 0x1A)
{
PanicAlertT("Invalid recording file");
goto cleanup;
}