mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
Whitespace fix
svn-id: r27762
This commit is contained in:
parent
21aa642e7a
commit
675fc8ab71
@ -170,7 +170,7 @@ void MT32Music::startDriver(void) {
|
||||
sendBuf[len] = crc & 0x7F;
|
||||
len++;
|
||||
_midiDrv->sysEx(sendBuf, len);
|
||||
g_system->delayMillis (40);
|
||||
g_system->delayMillis(40);
|
||||
}
|
||||
|
||||
while (processPatchSysEx(sysExData))
|
||||
|
Loading…
Reference in New Issue
Block a user