From 0affcfed9e18cf207334407d8e15e658d2153610 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 20 Nov 2011 04:37:21 +0100 Subject: AUDIO: Very small formatting fix. --- audio/softsynth/adlib.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio/softsynth/adlib.cpp') diff --git a/audio/softsynth/adlib.cpp b/audio/softsynth/adlib.cpp index 4025a667ac..32a5f4a910 100644 --- a/audio/softsynth/adlib.cpp +++ b/audio/softsynth/adlib.cpp @@ -1471,8 +1471,7 @@ void MidiDriver_ADLIB::adlib_setup_channel(int chan, AdLibInstrument *instr, byt adlib_write((byte)chan + 0xC0, instr->feedback); } -void MidiDriver_ADLIB::adlib_note_on_ex(int chan, byte note, int mod) -{ +void MidiDriver_ADLIB::adlib_note_on_ex(int chan, byte note, int mod) { int code; assert(chan >= 0 && chan < 9); code = (note << 7) + mod; -- cgit v1.2.3