aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/windows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/midi/windows.cpp')
-rw-r--r--backends/midi/windows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/windows.cpp b/backends/midi/windows.cpp
index 482a9ee70f..69c90fa948 100644
--- a/backends/midi/windows.cpp
+++ b/backends/midi/windows.cpp
@@ -88,7 +88,7 @@ void MidiDriver_WIN::send(uint32 b) {
check_error(midiOutShortMsg(_mo, u.dwData));
}
-void MidiDriver_WIN::sysEx (byte *msg, uint16 length) {
+void MidiDriver_WIN::sysEx(byte *msg, uint16 length) {
if (!_isOpen)
return;