VST report audioMasterPinConnected according to Pin Management
[ardour.git] / libs / ardour / midi_state_tracker.cc
index 3a801901cb41efd50dc576439117b56bde1d44b8..0403461c73914102288b7bb2afc5c7207c215e2a 100644 (file)
@@ -65,7 +65,7 @@ MidiStateTracker::add (uint8_t note, uint8_t chn)
 
 void
 MidiStateTracker::remove (uint8_t note, uint8_t chn)
-{      
+{
        switch (_active_notes[note + 128 * chn]) {
        case 0:
                break;