From 4dc63966f0872efe768dad61eb9b8785d06b92d1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Oct 2015 14:51:05 -0400 Subject: globally remove all trailing whitespace from ardour code base. Paul Davis was responsible for introducing almost all of this. --- libs/ardour/instrument_info.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/instrument_info.cc') diff --git a/libs/ardour/instrument_info.cc b/libs/ardour/instrument_info.cc index d64554f458..c2055e207e 100644 --- a/libs/ardour/instrument_info.cc +++ b/libs/ardour/instrument_info.cc @@ -90,7 +90,7 @@ InstrumentInfo::get_patch_name (uint16_t bank, uint8_t program, uint8_t channel) MIDI::Name::PatchPrimaryKey patch_key (program, bank); boost::shared_ptr patch = - MIDI::Name::MidiPatchManager::instance().find_patch (external_instrument_model, + MIDI::Name::MidiPatchManager::instance().find_patch (external_instrument_model, external_instrument_mode, channel, patch_key); if (patch) { @@ -209,7 +209,7 @@ InstrumentInfo::general_midi_patches() { if (_gm_patches.empty()) { for (int n = 0; n < 128; n++) { - _gm_patches.push_back (boost::shared_ptr (new Patch (general_midi_program_names[n], n))); + _gm_patches.push_back (boost::shared_ptr (new Patch (general_midi_program_names[n], n))); } } -- cgit v1.2.3