mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Core: Clean up brace placements
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user