Skip to content

Commit

Permalink
AUDIO: Very small formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Nov 20, 2011
1 parent 8f58dde commit 0affcfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions audio/softsynth/adlib.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 0affcfe

Please sign in to comment.